|
OpenPetra
Free Administration Software for Non-Profits
|
Analysis information entered by the user for a general ledger transaction. More...
Public Member Functions | |
| ATransAnalAttribRow (System.Data.DataRowBuilder rb) | |
| Constructor. More... | |
| virtual void | InitValues () |
| set default values More... | |
| bool | IsLedgerNumberNull () |
| test for NULL value More... | |
| void | SetLedgerNumberNull () |
| assign NULL value More... | |
| bool | IsBatchNumberNull () |
| test for NULL value More... | |
| void | SetBatchNumberNull () |
| assign NULL value More... | |
| bool | IsJournalNumberNull () |
| test for NULL value More... | |
| void | SetJournalNumberNull () |
| assign NULL value More... | |
| bool | IsTransactionNumberNull () |
| test for NULL value More... | |
| void | SetTransactionNumberNull () |
| assign NULL value More... | |
| bool | IsAccountCodeNull () |
| test for NULL value More... | |
| void | SetAccountCodeNull () |
| assign NULL value More... | |
| bool | IsCostCentreCodeNull () |
| test for NULL value More... | |
| void | SetCostCentreCodeNull () |
| assign NULL value More... | |
| bool | IsAnalysisTypeCodeNull () |
| test for NULL value More... | |
| void | SetAnalysisTypeCodeNull () |
| assign NULL value More... | |
| bool | IsAnalysisAttributeValueNull () |
| test for NULL value More... | |
| void | SetAnalysisAttributeValueNull () |
| 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 | LedgerNumber [get, set] |
| This is used as a key field in most of the accounting system files. More... | |
| Int32 | BatchNumber [get, set] |
| identifes which batch a transaction belongs to More... | |
| Int32 | JournalNumber [get, set] |
| Identifies a journal within a batch. More... | |
| Int32 | TransactionNumber [get, set] |
| Identifies a transaction within a journal within a batch within a ledger. More... | |
| String | AccountCode [get, set] |
| This identifies the account the financial transaction must be stored against. More... | |
| String | CostCentreCode [get, set] |
| Cost Centre to which the attribute relates. More... | |
| String | AnalysisTypeCode [get, set] |
| String | AnalysisAttributeValue [get, set] |
| 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... | |
Analysis information entered by the user for a general ledger transaction.
|
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 |
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 |
This identifies the account the financial transaction must be stored against.
|
getset |
|
getset |
|
getset |
identifes which batch a transaction belongs to
|
getset |
Cost Centre to which the attribute relates.
|
getset |
User ID of who created this record.
|
getset |
The date the record was created.
|
getset |
The date the record was modified.
|
getset |
Identifies a journal within a batch.
|
getset |
This is used as a key field in most of the accounting system files.
|
getset |
This identifies the current version of the record.
|
getset |
User ID of who last modified this record.
|
getset |
Identifies a transaction within a journal within a batch within a ledger.