OfxRequestDocument

OfxRequestDocument()

Initializes a new instance of OfxRequestDocument class.

public OfxRequestDocument()

See Also


OfxRequestDocument(string)

Initializes a new instance of OfxRequestDocument class.

public OfxRequestDocument(string fileName)
ParameterTypeDescription
fileNameStringThe ofx file name.

See Also


OfxRequestDocument(Stream)

Initializes a new instance of OfxRequestDocument class.

public OfxRequestDocument(Stream stream)
ParameterTypeDescription
streamStreamThe ofx file stream.

See Also


OfxRequestDocument(string, LoadOptions)

Initializes a new instance of OfxRequestDocument class.

public OfxRequestDocument(string fileName, LoadOptions options)
ParameterTypeDescription
fileNameStringThe ofx file name.
optionsLoadOptionsThe load options.

See Also


OfxRequestDocument(Stream, LoadOptions)

Initializes a new instance of OfxRequestDocument class.

public OfxRequestDocument(Stream stream, LoadOptions options)
ParameterTypeDescription
streamStreamThe file stream.
optionsLoadOptionsThe load options.

See Also