OpenPetra
Free Administration Software for Non-Profits
|
Store recipient information for the recurring gift. More...
Public Member Functions | |
SponsorshipTDSARecurringGiftDetailRow (System.Data.DataRowBuilder rb) | |
Constructor. More... | |
override void | InitValues () |
set default values More... | |
bool | IsDonorKeyNull () |
test for NULL value More... | |
void | SetDonorKeyNull () |
assign NULL value More... | |
bool | IsDonorNameNull () |
test for NULL value More... | |
void | SetDonorNameNull () |
assign NULL value More... | |
bool | IsSponsorNameNull () |
test for NULL value More... | |
void | SetSponsorNameNull () |
assign NULL value More... | |
bool | IsSponsorAddressNull () |
test for NULL value More... | |
void | SetSponsorAddressNull () |
assign NULL value More... | |
bool | IsSponsorEmailAddressNull () |
test for NULL value More... | |
void | SetSponsorEmailAddressNull () |
assign NULL value More... | |
bool | IsSponsorPhoneNumberNull () |
test for NULL value More... | |
void | SetSponsorPhoneNumberNull () |
assign NULL value More... | |
bool | IsCurrencyCodeNull () |
test for NULL value More... | |
void | SetCurrencyCodeNull () |
assign NULL value 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 | IsDetailNumberNull () |
test for NULL value More... | |
void | SetDetailNumberNull () |
assign NULL value More... | |
bool | IsRecipientLedgerNumberNull () |
test for NULL value More... | |
void | SetRecipientLedgerNumberNull () |
assign NULL value More... | |
bool | IsGiftAmountNull () |
test for NULL value More... | |
void | SetGiftAmountNull () |
assign NULL value More... | |
bool | IsMotivationGroupCodeNull () |
test for NULL value More... | |
void | SetMotivationGroupCodeNull () |
assign NULL value More... | |
bool | IsMotivationDetailCodeNull () |
test for NULL value More... | |
void | SetMotivationDetailCodeNull () |
assign NULL value More... | |
bool | IsCommentOneTypeNull () |
test for NULL value More... | |
void | SetCommentOneTypeNull () |
assign NULL value More... | |
bool | IsGiftCommentOneNull () |
test for NULL value More... | |
void | SetGiftCommentOneNull () |
assign NULL value More... | |
bool | IsConfidentialGiftFlagNull () |
test for NULL value More... | |
void | SetConfidentialGiftFlagNull () |
assign NULL value More... | |
bool | IsTaxDeductibleNull () |
test for NULL value More... | |
void | SetTaxDeductibleNull () |
assign NULL value More... | |
bool | IsRecipientKeyNull () |
test for NULL value More... | |
void | SetRecipientKeyNull () |
assign NULL value More... | |
bool | IsChargeFlagNull () |
test for NULL value More... | |
void | SetChargeFlagNull () |
assign NULL value More... | |
bool | IsMailingCodeNull () |
test for NULL value More... | |
void | SetMailingCodeNull () |
assign NULL value More... | |
bool | IsCommentTwoTypeNull () |
test for NULL value More... | |
void | SetCommentTwoTypeNull () |
assign NULL value More... | |
bool | IsGiftCommentTwoNull () |
test for NULL value More... | |
void | SetGiftCommentTwoNull () |
assign NULL value More... | |
bool | IsCommentThreeTypeNull () |
test for NULL value More... | |
void | SetCommentThreeTypeNull () |
assign NULL value More... | |
bool | IsGiftCommentThreeNull () |
test for NULL value More... | |
void | SetGiftCommentThreeNull () |
assign NULL value More... | |
bool | IsStartDonationsNull () |
test for NULL value More... | |
void | SetStartDonationsNull () |
assign NULL value More... | |
bool | IsEndDonationsNull () |
test for NULL value More... | |
void | SetEndDonationsNull () |
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 | |
Int64 | DonorKey [get, set] |
This is the partner key assigned to each partner. It consists of the fund id followed by a computer generated six digit number. More... | |
String | DonorName [get, set] |
String | SponsorName [get, set] |
String | SponsorAddress [get, set] |
String | SponsorEmailAddress [get, set] |
String | SponsorPhoneNumber [get, set] |
String | CurrencyCode [get, set] |
Int32 | LedgerNumber [get, set] |
This is used as a key field in most of the accounting system files. More... | |
Int32 | BatchNumber [get, set] |
Number of the gift batch containing this detail. More... | |
Int32 | GiftTransactionNumber [get, set] |
Identifies a gift transaction within a gift batch. More... | |
Int32 | DetailNumber [get, set] |
Identifies a gift. More... | |
Int64 | RecipientLedgerNumber [get, set] |
This is used as a key field in most of the accounting system files. More... | |
Decimal | GiftAmount [get, set] |
This is the amount in transaction currency. This field should be renamed to a_gift_transaction_amount_n, to be in analogy to a_gift_detail.a_gift_transaction_amount_n. More... | |
String | MotivationGroupCode [get, set] |
This defines a motivation group. More... | |
String | MotivationDetailCode [get, set] |
This defines the motivation detail within a motivation group. More... | |
String | CommentOneType [get, set] |
Used to decide whose reports will see this comment. More... | |
String | GiftCommentOne [get, set] |
This is a long description and is 80 characters long. More... | |
Boolean | ConfidentialGiftFlag [get, set] |
Defines whether the donor wishes the recipient to know who gave the gift. More... | |
Boolean | TaxDeductible [get, set] |
Whether this gift is tax deductible. More... | |
Int64 | RecipientKey [get, set] |
This is the partner key assigned to each partner. It consists of the fund id followed by a computer generated six digit number. More... | |
Boolean | ChargeFlag [get, set] |
To determine whether an admin fee on the transaction should be overwritten if it normally has a charge associated with it. Used for both local and ilt transaction. More... | |
String | MailingCode [get, set] |
Mailing Code. More... | |
String | CommentTwoType [get, set] |
Used to decide whose reports will see this comment. More... | |
String | GiftCommentTwo [get, set] |
This is a long description and is 80 characters long. More... | |
String | CommentThreeType [get, set] |
Used to decide whose reports will see this comment. More... | |
String | GiftCommentThree [get, set] |
This is a long description and is 80 characters long. More... | |
System.? DateTime | StartDonations [get, set] |
Date that donor wants to begin giving this recurring donation. More... | |
System.? DateTime | EndDonations [get, set] |
Date that donor wants to stop giving this recurring donation. 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... | |
Store recipient information for the recurring gift.
|
inline |
Constructor.
|
inlinevirtual |
set default values
Reimplemented from Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inline |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inline |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
getsetinherited |
Number of the gift batch containing this detail.
|
getsetinherited |
To determine whether an admin fee on the transaction should be overwritten if it normally has a charge associated with it. Used for both local and ilt transaction.
|
getsetinherited |
Used to decide whose reports will see this comment.
|
getsetinherited |
Used to decide whose reports will see this comment.
|
getsetinherited |
Used to decide whose reports will see this comment.
|
getsetinherited |
Defines whether the donor wishes the recipient to know who gave the gift.
|
getsetinherited |
User ID of who created this record.
|
getset |
|
getsetinherited |
The date the record was created.
|
getsetinherited |
The date the record was modified.
|
getsetinherited |
Identifies a gift.
|
getset |
This is the partner key assigned to each partner. It consists of the fund id followed by a computer generated six digit number.
|
getset |
|
getsetinherited |
Date that donor wants to stop giving this recurring donation.
|
getsetinherited |
This is the amount in transaction currency. This field should be renamed to a_gift_transaction_amount_n, to be in analogy to a_gift_detail.a_gift_transaction_amount_n.
|
getsetinherited |
This is a long description and is 80 characters long.
|
getsetinherited |
This is a long description and is 80 characters long.
|
getsetinherited |
This is a long description and is 80 characters long.
|
getsetinherited |
Identifies a gift transaction within a gift batch.
|
getsetinherited |
This is used as a key field in most of the accounting system files.
|
getsetinherited |
Mailing Code.
|
getsetinherited |
This identifies the current version of the record.
|
getsetinherited |
User ID of who last modified this record.
|
getsetinherited |
This defines the motivation detail within a motivation group.
|
getsetinherited |
This defines a motivation group.
|
getsetinherited |
This is the partner key assigned to each partner. It consists of the fund id followed by a computer generated six digit number.
|
getsetinherited |
This is used as a key field in most of the accounting system files.
|
getset |
|
getset |
|
getset |
|
getset |
|
getsetinherited |
Date that donor wants to begin giving this recurring donation.
|
getsetinherited |
Whether this gift is tax deductible.