|
OpenPetra
Free Administration Software for Non-Profits
|
List of recently imported bank statements. More...
Public Member Functions | |
| AEpStatementRow (System.Data.DataRowBuilder rb) | |
| Constructor. More... | |
| virtual void | InitValues () |
| set default values More... | |
| bool | IsStatementKeyNull () |
| test for NULL value More... | |
| void | SetStatementKeyNull () |
| assign NULL value More... | |
| bool | IsBankAccountKeyNull () |
| test for NULL value More... | |
| void | SetBankAccountKeyNull () |
| assign NULL value More... | |
| bool | IsLedgerNumberNull () |
| test for NULL value More... | |
| void | SetLedgerNumberNull () |
| assign NULL value More... | |
| bool | IsBankAccountCodeNull () |
| test for NULL value More... | |
| void | SetBankAccountCodeNull () |
| assign NULL value More... | |
| bool | IsDateNull () |
| test for NULL value More... | |
| void | SetDateNull () |
| assign NULL value More... | |
| bool | IsIdFromBankNull () |
| test for NULL value More... | |
| void | SetIdFromBankNull () |
| assign NULL value More... | |
| bool | IsFilenameNull () |
| test for NULL value More... | |
| void | SetFilenameNull () |
| assign NULL value More... | |
| bool | IsStartBalanceNull () |
| test for NULL value More... | |
| void | SetStartBalanceNull () |
| assign NULL value More... | |
| bool | IsEndBalanceNull () |
| test for NULL value More... | |
| void | SetEndBalanceNull () |
| assign NULL value More... | |
| bool | IsCurrencyCodeNull () |
| test for NULL value More... | |
| void | SetCurrencyCodeNull () |
| assign NULL value More... | |
| bool | IsDateCreatedNull () |
| test for NULL value More... | |
| void | SetDateCreatedNull () |
| assign NULL value More... | |
| bool | IsCreatedByNull () |
| test for NULL value More... | |
| void | SetCreatedByNull () |
| assign NULL value More... | |
| bool | IsDateModifiedNull () |
| test for NULL value More... | |
| void | SetDateModifiedNull () |
| assign NULL value More... | |
| bool | IsModifiedByNull () |
| test for NULL value More... | |
| void | SetModifiedByNull () |
| assign NULL value More... | |
| bool | IsModificationIdNull () |
| test for NULL value More... | |
| void | SetModificationIdNull () |
| assign NULL value More... | |
Properties | |
| Int32 | StatementKey [get, set] |
| auto generated unique identifier for bank statements More... | |
| Int32 | BankAccountKey [get, set] |
| this is the bank account that this statement is for; this is necessary because you can have several accounts at the same bank More... | |
| Int32 | LedgerNumber [get, set] |
| The four digit ledger number of the gift. More... | |
| String | BankAccountCode [get, set] |
| The bank account for creating GL transactions against. More... | |
| System.DateTime | Date [get, set] |
| The date of this statement. More... | |
| String | IdFromBank [get, set] |
| This is the ID that the bank uses for this statement; it can be used to find the paper version of the bank statement. More... | |
| String | Filename [get, set] |
| This is the name of the file that this statement was read from; this can be used to prevent duplicate import of bank statements. More... | |
| Decimal | StartBalance [get, set] |
| The start balance of the bank account at the beginning of the statement. More... | |
| Decimal | EndBalance [get, set] |
| The end balance of the bank account after the statement. More... | |
| String | CurrencyCode [get, set] |
| This defines the currency of the transactions on this statement. More... | |
| System.? DateTime | DateCreated [get, set] |
| The date the record was created. More... | |
| String | CreatedBy [get, set] |
| User ID of who created this record. More... | |
| System.? DateTime | DateModified [get, set] |
| The date the record was modified. More... | |
| String | ModifiedBy [get, set] |
| User ID of who last modified this record. More... | |
| DateTime | ModificationId [get, set] |
| This identifies the current version of the record. More... | |
List of recently imported bank statements.
|
inline |
Constructor.
|
inlinevirtual |
set default values
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
getset |
The bank account for creating GL transactions against.
|
getset |
this is the bank account that this statement is for; this is necessary because you can have several accounts at the same bank
|
getset |
User ID of who created this record.
|
getset |
This defines the currency of the transactions on this statement.
|
getset |
The date of this statement.
|
getset |
The date the record was created.
|
getset |
The date the record was modified.
|
getset |
The end balance of the bank account after the statement.
|
getset |
This is the name of the file that this statement was read from; this can be used to prevent duplicate import of bank statements.
|
getset |
This is the ID that the bank uses for this statement; it can be used to find the paper version of the bank statement.
|
getset |
The four digit ledger number of the gift.
|
getset |
This identifies the current version of the record.
|
getset |
User ID of who last modified this record.
|
getset |
The start balance of the bank account at the beginning of the statement.
|
getset |
auto generated unique identifier for bank statements