OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow Class Reference

Store recipient information for the recurring gift. More...

Inheritance diagram for Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow:
Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow

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...
 

Detailed Description

Store recipient information for the recurring gift.

Constructor & Destructor Documentation

◆ SponsorshipTDSARecurringGiftDetailRow()

Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.SponsorshipTDSARecurringGiftDetailRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

override void Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.InitValues ( )
inlinevirtual

set default values

Reimplemented from Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.

◆ IsBatchNumberNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsBatchNumberNull ( )
inlineinherited

test for NULL value

◆ IsChargeFlagNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsChargeFlagNull ( )
inlineinherited

test for NULL value

◆ IsCommentOneTypeNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsCommentOneTypeNull ( )
inlineinherited

test for NULL value

◆ IsCommentThreeTypeNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsCommentThreeTypeNull ( )
inlineinherited

test for NULL value

◆ IsCommentTwoTypeNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsCommentTwoTypeNull ( )
inlineinherited

test for NULL value

◆ IsConfidentialGiftFlagNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsConfidentialGiftFlagNull ( )
inlineinherited

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsCreatedByNull ( )
inlineinherited

test for NULL value

◆ IsCurrencyCodeNull()

bool Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.IsCurrencyCodeNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsDateCreatedNull ( )
inlineinherited

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsDateModifiedNull ( )
inlineinherited

test for NULL value

◆ IsDetailNumberNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsDetailNumberNull ( )
inlineinherited

test for NULL value

◆ IsDonorKeyNull()

bool Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.IsDonorKeyNull ( )
inline

test for NULL value

◆ IsDonorNameNull()

bool Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.IsDonorNameNull ( )
inline

test for NULL value

◆ IsEndDonationsNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsEndDonationsNull ( )
inlineinherited

test for NULL value

◆ IsGiftAmountNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsGiftAmountNull ( )
inlineinherited

test for NULL value

◆ IsGiftCommentOneNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsGiftCommentOneNull ( )
inlineinherited

test for NULL value

◆ IsGiftCommentThreeNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsGiftCommentThreeNull ( )
inlineinherited

test for NULL value

◆ IsGiftCommentTwoNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsGiftCommentTwoNull ( )
inlineinherited

test for NULL value

◆ IsGiftTransactionNumberNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsGiftTransactionNumberNull ( )
inlineinherited

test for NULL value

◆ IsLedgerNumberNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsLedgerNumberNull ( )
inlineinherited

test for NULL value

◆ IsMailingCodeNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsMailingCodeNull ( )
inlineinherited

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsModificationIdNull ( )
inlineinherited

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsModifiedByNull ( )
inlineinherited

test for NULL value

◆ IsMotivationDetailCodeNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsMotivationDetailCodeNull ( )
inlineinherited

test for NULL value

◆ IsMotivationGroupCodeNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsMotivationGroupCodeNull ( )
inlineinherited

test for NULL value

◆ IsRecipientKeyNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsRecipientKeyNull ( )
inlineinherited

test for NULL value

◆ IsRecipientLedgerNumberNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsRecipientLedgerNumberNull ( )
inlineinherited

test for NULL value

◆ IsSponsorAddressNull()

bool Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.IsSponsorAddressNull ( )
inline

test for NULL value

◆ IsSponsorEmailAddressNull()

bool Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.IsSponsorEmailAddressNull ( )
inline

test for NULL value

◆ IsSponsorNameNull()

bool Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.IsSponsorNameNull ( )
inline

test for NULL value

◆ IsSponsorPhoneNumberNull()

bool Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.IsSponsorPhoneNumberNull ( )
inline

test for NULL value

◆ IsStartDonationsNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsStartDonationsNull ( )
inlineinherited

test for NULL value

◆ IsTaxDeductibleNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.IsTaxDeductibleNull ( )
inlineinherited

test for NULL value

◆ SetBatchNumberNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetBatchNumberNull ( )
inlineinherited

assign NULL value

◆ SetChargeFlagNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetChargeFlagNull ( )
inlineinherited

assign NULL value

◆ SetCommentOneTypeNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetCommentOneTypeNull ( )
inlineinherited

assign NULL value

◆ SetCommentThreeTypeNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetCommentThreeTypeNull ( )
inlineinherited

assign NULL value

◆ SetCommentTwoTypeNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetCommentTwoTypeNull ( )
inlineinherited

assign NULL value

◆ SetConfidentialGiftFlagNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetConfidentialGiftFlagNull ( )
inlineinherited

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetCreatedByNull ( )
inlineinherited

assign NULL value

◆ SetCurrencyCodeNull()

void Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.SetCurrencyCodeNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetDateCreatedNull ( )
inlineinherited

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetDateModifiedNull ( )
inlineinherited

assign NULL value

◆ SetDetailNumberNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetDetailNumberNull ( )
inlineinherited

assign NULL value

◆ SetDonorKeyNull()

void Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.SetDonorKeyNull ( )
inline

assign NULL value

◆ SetDonorNameNull()

void Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.SetDonorNameNull ( )
inline

assign NULL value

◆ SetEndDonationsNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetEndDonationsNull ( )
inlineinherited

assign NULL value

◆ SetGiftAmountNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetGiftAmountNull ( )
inlineinherited

assign NULL value

◆ SetGiftCommentOneNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetGiftCommentOneNull ( )
inlineinherited

assign NULL value

◆ SetGiftCommentThreeNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetGiftCommentThreeNull ( )
inlineinherited

assign NULL value

◆ SetGiftCommentTwoNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetGiftCommentTwoNull ( )
inlineinherited

assign NULL value

◆ SetGiftTransactionNumberNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetGiftTransactionNumberNull ( )
inlineinherited

assign NULL value

◆ SetLedgerNumberNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetLedgerNumberNull ( )
inlineinherited

assign NULL value

◆ SetMailingCodeNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetMailingCodeNull ( )
inlineinherited

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetModificationIdNull ( )
inlineinherited

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetModifiedByNull ( )
inlineinherited

assign NULL value

◆ SetMotivationDetailCodeNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetMotivationDetailCodeNull ( )
inlineinherited

assign NULL value

◆ SetMotivationGroupCodeNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetMotivationGroupCodeNull ( )
inlineinherited

assign NULL value

◆ SetRecipientKeyNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetRecipientKeyNull ( )
inlineinherited

assign NULL value

◆ SetRecipientLedgerNumberNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetRecipientLedgerNumberNull ( )
inlineinherited

assign NULL value

◆ SetSponsorAddressNull()

void Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.SetSponsorAddressNull ( )
inline

assign NULL value

◆ SetSponsorEmailAddressNull()

void Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.SetSponsorEmailAddressNull ( )
inline

assign NULL value

◆ SetSponsorNameNull()

void Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.SetSponsorNameNull ( )
inline

assign NULL value

◆ SetSponsorPhoneNumberNull()

void Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.SetSponsorPhoneNumberNull ( )
inline

assign NULL value

◆ SetStartDonationsNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetStartDonationsNull ( )
inlineinherited

assign NULL value

◆ SetTaxDeductibleNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.SetTaxDeductibleNull ( )
inlineinherited

assign NULL value

Property Documentation

◆ BatchNumber

Int32 Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.BatchNumber
getsetinherited

Number of the gift batch containing this detail.

◆ ChargeFlag

Boolean Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.ChargeFlag
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.

◆ CommentOneType

String Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.CommentOneType
getsetinherited

Used to decide whose reports will see this comment.

◆ CommentThreeType

String Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.CommentThreeType
getsetinherited

Used to decide whose reports will see this comment.

◆ CommentTwoType

String Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.CommentTwoType
getsetinherited

Used to decide whose reports will see this comment.

◆ ConfidentialGiftFlag

Boolean Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.ConfidentialGiftFlag
getsetinherited

Defines whether the donor wishes the recipient to know who gave the gift.

◆ CreatedBy

String Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.CreatedBy
getsetinherited

User ID of who created this record.

◆ CurrencyCode

String Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.CurrencyCode
getset

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.DateCreated
getsetinherited

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.DateModified
getsetinherited

The date the record was modified.

◆ DetailNumber

Int32 Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.DetailNumber
getsetinherited

Identifies a gift.

◆ DonorKey

Int64 Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.DonorKey
getset

This is the partner key assigned to each partner. It consists of the fund id followed by a computer generated six digit number.

◆ DonorName

String Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.DonorName
getset

◆ EndDonations

System.? DateTime Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.EndDonations
getsetinherited

Date that donor wants to stop giving this recurring donation.

◆ GiftAmount

Decimal Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.GiftAmount
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.

◆ GiftCommentOne

String Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.GiftCommentOne
getsetinherited

This is a long description and is 80 characters long.

◆ GiftCommentThree

String Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.GiftCommentThree
getsetinherited

This is a long description and is 80 characters long.

◆ GiftCommentTwo

String Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.GiftCommentTwo
getsetinherited

This is a long description and is 80 characters long.

◆ GiftTransactionNumber

Int32 Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.GiftTransactionNumber
getsetinherited

Identifies a gift transaction within a gift batch.

◆ LedgerNumber

Int32 Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.LedgerNumber
getsetinherited

This is used as a key field in most of the accounting system files.

◆ MailingCode

String Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.MailingCode
getsetinherited

Mailing Code.

◆ ModificationId

DateTime Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.ModificationId
getsetinherited

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.ModifiedBy
getsetinherited

User ID of who last modified this record.

◆ MotivationDetailCode

String Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.MotivationDetailCode
getsetinherited

This defines the motivation detail within a motivation group.

◆ MotivationGroupCode

String Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.MotivationGroupCode
getsetinherited

This defines a motivation group.

◆ RecipientKey

Int64 Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.RecipientKey
getsetinherited

This is the partner key assigned to each partner. It consists of the fund id followed by a computer generated six digit number.

◆ RecipientLedgerNumber

Int64 Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.RecipientLedgerNumber
getsetinherited

This is used as a key field in most of the accounting system files.

◆ SponsorAddress

String Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.SponsorAddress
getset

◆ SponsorEmailAddress

String Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.SponsorEmailAddress
getset

◆ SponsorName

String Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.SponsorName
getset

◆ SponsorPhoneNumber

String Ict.Petra.Shared.MSponsorship.Data.SponsorshipTDSARecurringGiftDetailRow.SponsorPhoneNumber
getset

◆ StartDonations

System.? DateTime Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.StartDonations
getsetinherited

Date that donor wants to begin giving this recurring donation.

◆ TaxDeductible

Boolean Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.TaxDeductible
getsetinherited

Whether this gift is tax deductible.


The documentation for this class was generated from the following file: