OfxRequestDocument.OfxRequestDocument

OfxRequestDocument()

Initialiseert een nieuw exemplaar vanOfxRequestDocument klasse.

public OfxRequestDocument()

Zie ook


OfxRequestDocument(string)

Initialiseert een nieuw exemplaar vanOfxRequestDocument klasse.

public OfxRequestDocument(string fileName)
ParameterTypeBeschrijving
fileNameStringDe ofx-bestandsnaam.

Zie ook


OfxRequestDocument(Stream)

Initialiseert een nieuw exemplaar vanOfxRequestDocument klasse.

public OfxRequestDocument(Stream stream)
ParameterTypeBeschrijving
streamStreamDe ofx-bestandsstroom.

Zie ook


OfxRequestDocument(string, LoadOptions)

Initialiseert een nieuw exemplaar vanOfxRequestDocument klasse.

public OfxRequestDocument(string fileName, LoadOptions options)
ParameterTypeBeschrijving
fileNameStringDe ofx-bestandsnaam.
optionsLoadOptionsDe laadopties.

Zie ook


OfxRequestDocument(Stream, LoadOptions)

Initialiseert een nieuw exemplaar vanOfxRequestDocument klasse.

public OfxRequestDocument(Stream stream, LoadOptions options)
ParameterTypeBeschrijving
streamStreamDe bestandsstroom.
optionsLoadOptionsDe laadopties.

Zie ook