OpenPetra
Free Administration Software for Non-Profits
|
Information on the donor's giving. Points to the gift detail records. More...
Public Member Functions | |
AGiftRow (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 | IsGiftTransactionNumberNull () |
test for NULL value More... | |
void | SetGiftTransactionNumberNull () |
assign NULL value More... | |
bool | IsGiftStatusNull () |
test for NULL value More... | |
void | SetGiftStatusNull () |
assign NULL value More... | |
bool | IsDateEnteredNull () |
test for NULL value More... | |
void | SetDateEnteredNull () |
assign NULL value More... | |
bool | IsHomeAdminChargesFlagNull () |
test for NULL value More... | |
void | SetHomeAdminChargesFlagNull () |
assign NULL value More... | |
bool | IsIltAdminChargesFlagNull () |
test for NULL value More... | |
void | SetIltAdminChargesFlagNull () |
assign NULL value More... | |
bool | IsLinkToPreviousGiftNull () |
test for NULL value More... | |
void | SetLinkToPreviousGiftNull () |
assign NULL value More... | |
bool | IsPrintReceiptNull () |
test for NULL value More... | |
void | SetPrintReceiptNull () |
assign NULL value More... | |
bool | IsReceiptLetterCodeNull () |
test for NULL value More... | |
void | SetReceiptLetterCodeNull () |
assign NULL value More... | |
bool | IsMethodOfGivingCodeNull () |
test for NULL value More... | |
void | SetMethodOfGivingCodeNull () |
assign NULL value More... | |
bool | IsMethodOfPaymentCodeNull () |
test for NULL value More... | |
void | SetMethodOfPaymentCodeNull () |
assign NULL value More... | |
bool | IsDonorKeyNull () |
test for NULL value More... | |
void | SetDonorKeyNull () |
assign NULL value More... | |
bool | IsAdminChargeNull () |
test for NULL value More... | |
void | SetAdminChargeNull () |
assign NULL value More... | |
bool | IsReceiptNumberNull () |
test for NULL value More... | |
void | SetReceiptNumberNull () |
assign NULL value More... | |
bool | IsLastDetailNumberNull () |
test for NULL value More... | |
void | SetLastDetailNumberNull () |
assign NULL value More... | |
bool | IsReferenceNull () |
test for NULL value More... | |
void | SetReferenceNull () |
assign NULL value More... | |
bool | IsFirstTimeGiftNull () |
test for NULL value More... | |
void | SetFirstTimeGiftNull () |
assign NULL value More... | |
bool | IsReceiptPrintedNull () |
test for NULL value More... | |
void | SetReceiptPrintedNull () |
assign NULL value More... | |
bool | IsRestrictedNull () |
test for NULL value More... | |
void | SetRestrictedNull () |
assign NULL value More... | |
bool | IsBankingDetailsKeyNull () |
test for NULL value More... | |
void | SetBankingDetailsKeyNull () |
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. The four digit ledger number of the gift. More... | |
Int32 | BatchNumber [get, set] |
identifes which batch a transaction belongs to More... | |
Int32 | GiftTransactionNumber [get, set] |
Identifies a transaction within a journal within a batch within a ledger. More... | |
String | GiftStatus [get, set] |
System.DateTime | DateEntered [get, set] |
Boolean | HomeAdminChargesFlag [get, set] |
Used to get a yes no response from the user. More... | |
Boolean | IltAdminChargesFlag [get, set] |
Used to get a yes no response from the user. More... | |
Boolean | LinkToPreviousGift [get, set] |
Indicates that this gift is linked to the previous gift transaction number. For adjustments this links the new transaction to the reversal one. Set by the system. More... | |
Boolean | PrintReceipt [get, set] |
Indicates whether this gift should be included on receipts. For adjustments this field can be set to No to suppress printing. More... | |
String | ReceiptLetterCode [get, set] |
String | MethodOfGivingCode [get, set] |
Defines how a gift is given. More... | |
String | MethodOfPaymentCode [get, set] |
This is how the partner paid. Eg cash, Cheque etc. More... | |
Int64 | DonorKey [get, set] |
This is the partner key of the donor. More... | |
Boolean | AdminCharge [get, set] |
NOT USED AT ALL. More... | |
Int32 | ReceiptNumber [get, set] |
Gift Receipt Number. More... | |
Int32 | LastDetailNumber [get, set] |
Identifies the last gift detail entered. More... | |
String | Reference [get, set] |
Reference number/code for the transaction. More... | |
Boolean | FirstTimeGift [get, set] |
Flag to indicate Donors first gift. More... | |
Boolean | ReceiptPrinted [get, set] |
Indicates whether or not the receipt has been printed for this gift. More... | |
Boolean | Restricted [get, set] |
Indicates whether or not the gift has restricted access. If it does then the access will be controlled by s_group_gift. More... | |
Int32 | BankingDetailsKey [get, set] |
Bank or credit card account used for making this gift transaction. 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... | |
Information on the donor's giving. Points to the gift detail records.
|
inline |
Constructor.
|
inlinevirtual |
set default values
Reimplemented in Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAGiftRow, and Ict.Petra.Shared.MFinance.Gift.Data.GiftBatchTDSAGiftRow.
|
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 |
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
|
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 |
NOT USED AT ALL.
|
getset |
Bank or credit card account used for making this gift transaction.
|
getset |
identifes which batch a transaction belongs to
|
getset |
User ID of who created this record.
|
getset |
The date the record was created.
|
getset |
|
getset |
The date the record was modified.
|
getset |
This is the partner key of the donor.
|
getset |
Flag to indicate Donors first gift.
|
getset |
|
getset |
Identifies a transaction within a journal within a batch within a ledger.
|
getset |
Used to get a yes no response from the user.
|
getset |
Used to get a yes no response from the user.
|
getset |
Identifies the last gift detail entered.
|
getset |
This is used as a key field in most of the accounting system files. The four digit ledger number of the gift.
|
getset |
Indicates that this gift is linked to the previous gift transaction number. For adjustments this links the new transaction to the reversal one. Set by the system.
|
getset |
Defines how a gift is given.
|
getset |
This is how the partner paid. Eg cash, Cheque etc.
|
getset |
This identifies the current version of the record.
|
getset |
User ID of who last modified this record.
|
getset |
Indicates whether this gift should be included on receipts. For adjustments this field can be set to No to suppress printing.
|
getset |
|
getset |
Gift Receipt Number.
|
getset |
Indicates whether or not the receipt has been printed for this gift.
|
getset |
Reference number/code for the transaction.
|
getset |
Indicates whether or not the gift has restricted access. If it does then the access will be controlled by s_group_gift.