|
OpenPetra
Free Administration Software for Non-Profits
|
This table links the different payments to actual invoices and credit notes. More...
Public Member Functions | |
| AApDocumentPaymentRow (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 | IsApDocumentIdNull () |
| test for NULL value More... | |
| void | SetApDocumentIdNull () |
| assign NULL value More... | |
| bool | IsPaymentNumberNull () |
| test for NULL value More... | |
| void | SetPaymentNumberNull () |
| assign NULL value More... | |
| bool | IsAmountNull () |
| test for NULL value More... | |
| void | SetAmountNull () |
| 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] |
| The ledger that the attribute value is associated with. More... | |
| Int32 | ApDocumentId [get, set] |
| AP document ref. More... | |
| Int32 | PaymentNumber [get, set] |
| Unique number to identify each payment batch. More... | |
| Decimal | Amount [get, set] |
| The amount of money that was paid. 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... | |
This table links the different payments to actual invoices and credit notes.
|
inline |
Constructor.
|
inlinevirtual |
set default values
Reimplemented in Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApDocumentPaymentRow.
|
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
|
getset |
The amount of money that was paid.
|
getset |
AP document ref.
|
getset |
User ID of who created this record.
|
getset |
The date the record was created.
|
getset |
The date the record was modified.
|
getset |
The ledger that the attribute value is associated with.
|
getset |
This identifies the current version of the record.
|
getset |
User ID of who last modified this record.
|
getset |
Unique number to identify each payment batch.