AddBankStatement | Adds a bank statement row. |
DeleteBankStatement | Deletes the specified bank statement row. |
GetBankStatement | Returns an instance of BankStatement object according to the specified number. |
GetBankStatementList | Returns a collection of bank statement rows by a specified filter.
The filter is defined in BankStatementsFilter object. |
GetDataInterface | Creates an empty data structure. This means the structure contains the default setting/values of the database. |
GetDataInterfaceFromXMLFile | Creates a data structure from a specified XML file. |
GetDataInterfaceFromXMLString | Creates a data structure from a specified XML string. |
UpdateBankStatement | Updates an existing bank statement. |