OfxRequestDocument
Contents
[
Hide
]OfxRequestDocument class
Ofx request document class.
public class OfxRequestDocument
Constructors
| Name | Description |
|---|---|
| OfxRequestDocument() | Initializes a new instance of OfxRequestDocument class. |
| OfxRequestDocument(Stream) | Initializes a new instance of OfxRequestDocument class. |
| OfxRequestDocument(string) | Initializes a new instance of OfxRequestDocument class. |
| OfxRequestDocument(Stream, LoadOptions) | Initializes a new instance of OfxRequestDocument class. |
| OfxRequestDocument(string, LoadOptions) | Initializes a new instance of OfxRequestDocument class. |
Properties
Methods
| Name | Description |
|---|---|
| Save(Stream, OfxVersionEnum) | Saves the OFX file to the stream. |
| Save(Stream, SaveOptions) | Creates and saves the OFX file to the stream. |
| Save(string, OfxVersionEnum) | Creates and saves the OFX file to the disk. |
| Save(string, SaveOptions) | Creates and saves the OFX file to the disk. |
See Also
- namespace Aspose.Finance.Ofx
- assembly Aspose.Finance