OfxResponseDocument.OfxResponseDocument

OfxResponseDocument()

Initialiseert een nieuw exemplaar vanOfxResponseDocument klasse.

public OfxResponseDocument()

Zie ook


OfxResponseDocument(string)

Initialiseert een nieuw exemplaar vanOfxResponseDocument klasse.

public OfxResponseDocument(string fileName)
ParameterTypeBeschrijving
fileNameStringDe bestandsnaam.

Zie ook


OfxResponseDocument(Stream)

Initialiseert een nieuw exemplaar vanOfxResponseDocument klasse.

public OfxResponseDocument(Stream stream)
ParameterTypeBeschrijving
streamStreamDe bestandsstroom.

Zie ook


OfxResponseDocument(string, LoadOptions)

Initialiseert een nieuw exemplaar vanOfxResponseDocument klasse.

public OfxResponseDocument(string fileName, LoadOptions options)
ParameterTypeBeschrijving
fileNameStringDe bestandsnaam.
optionsLoadOptionsDe laadopties.

Zie ook


OfxResponseDocument(Stream, LoadOptions)

Initialiseert een nieuw exemplaar vanOfxResponseDocument klasse.

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

Zie ook