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)
Parameter Type Description
fileName String The ofx file name.

See Also


OfxRequestDocument(Stream)

Initializes a new instance of OfxRequestDocument class.

public OfxRequestDocument(Stream stream)
Parameter Type Description
stream Stream The ofx file stream.

See Also


OfxRequestDocument(string, LoadOptions)

Initializes a new instance of OfxRequestDocument class.

public OfxRequestDocument(string fileName, LoadOptions options)
Parameter Type Description
fileName String The ofx file name.
options LoadOptions The load options.

See Also


OfxRequestDocument(Stream, LoadOptions)

Initializes a new instance of OfxRequestDocument class.

public OfxRequestDocument(Stream stream, LoadOptions options)
Parameter Type Description
stream Stream The file stream.
options LoadOptions The load options.

See Also