OpenPetra
Free Administration Software for Non-Profits
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow Class Reference

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

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

Public Member Functions

 ARecurringGiftDetailRow (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 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

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

◆ ARecurringGiftDetailRow()

Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.ARecurringGiftDetailRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.InitValues ( )
inlinevirtual

◆ IsBatchNumberNull()

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

test for NULL value

◆ IsChargeFlagNull()

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

test for NULL value

◆ IsCommentOneTypeNull()

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

test for NULL value

◆ IsCommentThreeTypeNull()

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

test for NULL value

◆ IsCommentTwoTypeNull()

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

test for NULL value

◆ IsConfidentialGiftFlagNull()

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

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDetailNumberNull()

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

test for NULL value

◆ IsEndDonationsNull()

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

test for NULL value

◆ IsGiftAmountNull()

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

test for NULL value

◆ IsGiftCommentOneNull()

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

test for NULL value

◆ IsGiftCommentThreeNull()

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

test for NULL value

◆ IsGiftCommentTwoNull()

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

test for NULL value

◆ IsGiftTransactionNumberNull()

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

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsMailingCodeNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsMotivationDetailCodeNull()

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

test for NULL value

◆ IsMotivationGroupCodeNull()

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

test for NULL value

◆ IsRecipientKeyNull()

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

test for NULL value

◆ IsRecipientLedgerNumberNull()

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

test for NULL value

◆ IsStartDonationsNull()

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

test for NULL value

◆ IsTaxDeductibleNull()

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

test for NULL value

◆ SetBatchNumberNull()

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

assign NULL value

◆ SetChargeFlagNull()

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

assign NULL value

◆ SetCommentOneTypeNull()

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

assign NULL value

◆ SetCommentThreeTypeNull()

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

assign NULL value

◆ SetCommentTwoTypeNull()

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

assign NULL value

◆ SetConfidentialGiftFlagNull()

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

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDetailNumberNull()

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

assign NULL value

◆ SetEndDonationsNull()

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

assign NULL value

◆ SetGiftAmountNull()

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

assign NULL value

◆ SetGiftCommentOneNull()

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

assign NULL value

◆ SetGiftCommentThreeNull()

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

assign NULL value

◆ SetGiftCommentTwoNull()

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

assign NULL value

◆ SetGiftTransactionNumberNull()

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

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetMailingCodeNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetMotivationDetailCodeNull()

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

assign NULL value

◆ SetMotivationGroupCodeNull()

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

assign NULL value

◆ SetRecipientKeyNull()

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

assign NULL value

◆ SetRecipientLedgerNumberNull()

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

assign NULL value

◆ SetStartDonationsNull()

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

assign NULL value

◆ SetTaxDeductibleNull()

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

assign NULL value

Property Documentation

◆ BatchNumber

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

Number of the gift batch containing this detail.

◆ ChargeFlag

Boolean Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.ChargeFlag
getset

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
getset

Used to decide whose reports will see this comment.

◆ CommentThreeType

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

Used to decide whose reports will see this comment.

◆ CommentTwoType

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

Used to decide whose reports will see this comment.

◆ ConfidentialGiftFlag

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

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

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ DetailNumber

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

Identifies a gift.

◆ EndDonations

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

Date that donor wants to stop giving this recurring donation.

◆ GiftAmount

Decimal Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftDetailRow.GiftAmount
getset

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
getset

This is a long description and is 80 characters long.

◆ GiftCommentThree

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

This is a long description and is 80 characters long.

◆ GiftCommentTwo

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

This is a long description and is 80 characters long.

◆ GiftTransactionNumber

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

Identifies a gift transaction within a gift batch.

◆ LedgerNumber

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

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

◆ MailingCode

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

Mailing Code.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ MotivationDetailCode

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

This defines the motivation detail within a motivation group.

◆ MotivationGroupCode

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

This defines a motivation group.

◆ RecipientKey

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

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
getset

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

◆ StartDonations

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

Date that donor wants to begin giving this recurring donation.

◆ TaxDeductible

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

Whether this gift is tax deductible.


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