OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow Class Reference

The gift recipient information for a gift. A single gift can be split among more than one recipient. A gift detail record is created for each recipient. More...

Inheritance diagram for Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow:
Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAGiftDetailRow Ict.Petra.Shared.MFinance.Gift.Data.GiftBatchTDSAGiftDetailRow Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSAGiftDetailRow

Public Member Functions

 AGiftDetailRow (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 IsCostCentreCodeNull ()
 test for NULL value More...
 
void SetCostCentreCodeNull ()
 assign NULL value More...
 
bool IsAccountCodeNull ()
 test for NULL value More...
 
void SetAccountCodeNull ()
 assign NULL value More...
 
bool IsGiftAmountIntlNull ()
 test for NULL value More...
 
void SetGiftAmountIntlNull ()
 assign NULL value More...
 
bool IsModifiedDetailNull ()
 test for NULL value More...
 
void SetModifiedDetailNull ()
 assign NULL value More...
 
bool IsModifiedDetailKeyNull ()
 test for NULL value More...
 
void SetModifiedDetailKeyNull ()
 assign NULL value More...
 
bool IsFixedGiftDestinationNull ()
 test for NULL value More...
 
void SetFixedGiftDestinationNull ()
 assign NULL value More...
 
bool IsGiftTransactionAmountNull ()
 test for NULL value More...
 
void SetGiftTransactionAmountNull ()
 assign NULL value More...
 
bool IsIchNumberNull ()
 test for NULL value More...
 
void SetIchNumberNull ()
 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 IsTaxDeductibleAccountCodeNull ()
 test for NULL value More...
 
void SetTaxDeductibleAccountCodeNull ()
 assign NULL value More...
 
bool IsTaxDeductiblePctNull ()
 test for NULL value More...
 
void SetTaxDeductiblePctNull ()
 assign NULL value More...
 
bool IsTaxDeductibleAmountNull ()
 test for NULL value More...
 
void SetTaxDeductibleAmountNull ()
 assign NULL value More...
 
bool IsTaxDeductibleAmountBaseNull ()
 test for NULL value More...
 
void SetTaxDeductibleAmountBaseNull ()
 assign NULL value More...
 
bool IsTaxDeductibleAmountIntlNull ()
 test for NULL value More...
 
void SetTaxDeductibleAmountIntlNull ()
 assign NULL value More...
 
bool IsNonDeductibleAmountNull ()
 test for NULL value More...
 
void SetNonDeductibleAmountNull ()
 assign NULL value More...
 
bool IsNonDeductibleAmountBaseNull ()
 test for NULL value More...
 
void SetNonDeductibleAmountBaseNull ()
 assign NULL value More...
 
bool IsNonDeductibleAmountIntlNull ()
 test for NULL value More...
 
void SetNonDeductibleAmountIntlNull ()
 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 four digit ledger number of the gift. 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 detail within a gift transaction. When a donor gives a donation to multiple recipients (a split gift), a gift detail record is created for each recipient. More...
 
Int64 RecipientLedgerNumber [get, set]
 The partner key of the commitment field (the unit) of the recipient of the gift. This is not the ledger number but rather the partner key of the unit associated with the ledger. More...
 
Decimal GiftAmount [get, set]
 This is a number of currency units of the ledger base currency. 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]
 The partner key of the recipient of the gift. 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 CostCentreCode [get, set]
 This identifies which cost centre an account is applied to. A cost centre can be a partner. More...
 
String AccountCode [get, set]
 This identifies the account the financial transaction must be stored against. More...
 
Decimal GiftAmountIntl [get, set]
 This is a number of currency units in the International Currency. More...
 
Boolean ModifiedDetail [get, set]
 Indicates whether this gift detail has a matching inverse detail record because a modification was made. More...
 
String ModifiedDetailKey [get, set]
 Stores the concatenated primary key fields of the originating gift detail, of which this gift detail is the inverse. More...
 
Boolean FixedGiftDestination [get, set]
 Indicates whether this gift detail's gift destination can be changed. Used for gift adjustments with family recipients. More...
 
Decimal GiftTransactionAmount [get, set]
 This is a number of currency units in the entered Currency. More...
 
Int32 IchNumber [get, set]
 identifes the ICH process number More...
 
String MailingCode [get, set]
 Mailing Code of the mailing that the gift was a response to. 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...
 
String TaxDeductibleAccountCode [get, set]
 Account Code to be used for the Tax deductible portion of this Gift. More...
 
Decimal TaxDeductiblePct [get, set]
 Percentage of gift amount that is tax-deductible. More...
 
Decimal TaxDeductibleAmount [get, set]
 Tax deductible portion of gift. More...
 
Decimal TaxDeductibleAmountBase [get, set]
 Tax deductible portion of gift (Base Currency) More...
 
Decimal TaxDeductibleAmountIntl [get, set]
 Tax deductible portion of gift (Intl Currency) More...
 
Decimal NonDeductibleAmount [get, set]
 Non tax-deductible portion of gift. More...
 
Decimal NonDeductibleAmountBase [get, set]
 Non tax-deductible portion of gift (Base Currency) More...
 
Decimal NonDeductibleAmountIntl [get, set]
 Non tax-deductible portion of gift (Intl Currency) 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

The gift recipient information for a gift. A single gift can be split among more than one recipient. A gift detail record is created for each recipient.

Constructor & Destructor Documentation

◆ AGiftDetailRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

◆ IsAccountCodeNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.IsAccountCodeNull ( )
inline

test for NULL value

◆ IsBatchNumberNull()

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

test for NULL value

◆ IsChargeFlagNull()

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

test for NULL value

◆ IsCommentOneTypeNull()

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

test for NULL value

◆ IsCommentThreeTypeNull()

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

test for NULL value

◆ IsCommentTwoTypeNull()

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

test for NULL value

◆ IsConfidentialGiftFlagNull()

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

test for NULL value

◆ IsCostCentreCodeNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.IsCostCentreCodeNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDetailNumberNull()

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

test for NULL value

◆ IsFixedGiftDestinationNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.IsFixedGiftDestinationNull ( )
inline

test for NULL value

◆ IsGiftAmountIntlNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.IsGiftAmountIntlNull ( )
inline

test for NULL value

◆ IsGiftAmountNull()

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

test for NULL value

◆ IsGiftCommentOneNull()

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

test for NULL value

◆ IsGiftCommentThreeNull()

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

test for NULL value

◆ IsGiftCommentTwoNull()

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

test for NULL value

◆ IsGiftTransactionAmountNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.IsGiftTransactionAmountNull ( )
inline

test for NULL value

◆ IsGiftTransactionNumberNull()

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

test for NULL value

◆ IsIchNumberNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.IsIchNumberNull ( )
inline

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsMailingCodeNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsModifiedDetailKeyNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.IsModifiedDetailKeyNull ( )
inline

test for NULL value

◆ IsModifiedDetailNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.IsModifiedDetailNull ( )
inline

test for NULL value

◆ IsMotivationDetailCodeNull()

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

test for NULL value

◆ IsMotivationGroupCodeNull()

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

test for NULL value

◆ IsNonDeductibleAmountBaseNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.IsNonDeductibleAmountBaseNull ( )
inline

test for NULL value

◆ IsNonDeductibleAmountIntlNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.IsNonDeductibleAmountIntlNull ( )
inline

test for NULL value

◆ IsNonDeductibleAmountNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.IsNonDeductibleAmountNull ( )
inline

test for NULL value

◆ IsRecipientKeyNull()

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

test for NULL value

◆ IsRecipientLedgerNumberNull()

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

test for NULL value

◆ IsTaxDeductibleAccountCodeNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.IsTaxDeductibleAccountCodeNull ( )
inline

test for NULL value

◆ IsTaxDeductibleAmountBaseNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.IsTaxDeductibleAmountBaseNull ( )
inline

test for NULL value

◆ IsTaxDeductibleAmountIntlNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.IsTaxDeductibleAmountIntlNull ( )
inline

test for NULL value

◆ IsTaxDeductibleAmountNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.IsTaxDeductibleAmountNull ( )
inline

test for NULL value

◆ IsTaxDeductibleNull()

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

test for NULL value

◆ IsTaxDeductiblePctNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.IsTaxDeductiblePctNull ( )
inline

test for NULL value

◆ SetAccountCodeNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.SetAccountCodeNull ( )
inline

assign NULL value

◆ SetBatchNumberNull()

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

assign NULL value

◆ SetChargeFlagNull()

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

assign NULL value

◆ SetCommentOneTypeNull()

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

assign NULL value

◆ SetCommentThreeTypeNull()

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

assign NULL value

◆ SetCommentTwoTypeNull()

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

assign NULL value

◆ SetConfidentialGiftFlagNull()

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

assign NULL value

◆ SetCostCentreCodeNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.SetCostCentreCodeNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDetailNumberNull()

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

assign NULL value

◆ SetFixedGiftDestinationNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.SetFixedGiftDestinationNull ( )
inline

assign NULL value

◆ SetGiftAmountIntlNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.SetGiftAmountIntlNull ( )
inline

assign NULL value

◆ SetGiftAmountNull()

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

assign NULL value

◆ SetGiftCommentOneNull()

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

assign NULL value

◆ SetGiftCommentThreeNull()

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

assign NULL value

◆ SetGiftCommentTwoNull()

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

assign NULL value

◆ SetGiftTransactionAmountNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.SetGiftTransactionAmountNull ( )
inline

assign NULL value

◆ SetGiftTransactionNumberNull()

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

assign NULL value

◆ SetIchNumberNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.SetIchNumberNull ( )
inline

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetMailingCodeNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetModifiedDetailKeyNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.SetModifiedDetailKeyNull ( )
inline

assign NULL value

◆ SetModifiedDetailNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.SetModifiedDetailNull ( )
inline

assign NULL value

◆ SetMotivationDetailCodeNull()

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

assign NULL value

◆ SetMotivationGroupCodeNull()

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

assign NULL value

◆ SetNonDeductibleAmountBaseNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.SetNonDeductibleAmountBaseNull ( )
inline

assign NULL value

◆ SetNonDeductibleAmountIntlNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.SetNonDeductibleAmountIntlNull ( )
inline

assign NULL value

◆ SetNonDeductibleAmountNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.SetNonDeductibleAmountNull ( )
inline

assign NULL value

◆ SetRecipientKeyNull()

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

assign NULL value

◆ SetRecipientLedgerNumberNull()

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

assign NULL value

◆ SetTaxDeductibleAccountCodeNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.SetTaxDeductibleAccountCodeNull ( )
inline

assign NULL value

◆ SetTaxDeductibleAmountBaseNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.SetTaxDeductibleAmountBaseNull ( )
inline

assign NULL value

◆ SetTaxDeductibleAmountIntlNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.SetTaxDeductibleAmountIntlNull ( )
inline

assign NULL value

◆ SetTaxDeductibleAmountNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.SetTaxDeductibleAmountNull ( )
inline

assign NULL value

◆ SetTaxDeductibleNull()

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

assign NULL value

◆ SetTaxDeductiblePctNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.SetTaxDeductiblePctNull ( )
inline

assign NULL value

Property Documentation

◆ AccountCode

String Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.AccountCode
getset

This identifies the account the financial transaction must be stored against.

◆ BatchNumber

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

Number of the gift batch containing this detail.

◆ ChargeFlag

Boolean Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.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.AGiftDetailRow.CommentOneType
getset

Used to decide whose reports will see this comment.

◆ CommentThreeType

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

Used to decide whose reports will see this comment.

◆ CommentTwoType

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

Used to decide whose reports will see this comment.

◆ ConfidentialGiftFlag

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

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

◆ CostCentreCode

String Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.CostCentreCode
getset

This identifies which cost centre an account is applied to. A cost centre can be a partner.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ DetailNumber

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

Identifies a gift detail within a gift transaction. When a donor gives a donation to multiple recipients (a split gift), a gift detail record is created for each recipient.

◆ FixedGiftDestination

Boolean Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.FixedGiftDestination
getset

Indicates whether this gift detail's gift destination can be changed. Used for gift adjustments with family recipients.

◆ GiftAmount

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

This is a number of currency units of the ledger base currency.

◆ GiftAmountIntl

Decimal Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.GiftAmountIntl
getset

This is a number of currency units in the International Currency.

◆ GiftCommentOne

String Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.GiftCommentOne
getset

This is a long description and is 80 characters long.

◆ GiftCommentThree

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

This is a long description and is 80 characters long.

◆ GiftCommentTwo

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

This is a long description and is 80 characters long.

◆ GiftTransactionAmount

Decimal Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.GiftTransactionAmount
getset

This is a number of currency units in the entered Currency.

◆ GiftTransactionNumber

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

Identifies a gift transaction within a gift batch.

◆ IchNumber

Int32 Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.IchNumber
getset

identifes the ICH process number

◆ LedgerNumber

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

The four digit ledger number of the gift.

◆ MailingCode

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

Mailing Code of the mailing that the gift was a response to.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ ModifiedDetail

Boolean Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.ModifiedDetail
getset

Indicates whether this gift detail has a matching inverse detail record because a modification was made.

◆ ModifiedDetailKey

String Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.ModifiedDetailKey
getset

Stores the concatenated primary key fields of the originating gift detail, of which this gift detail is the inverse.

◆ MotivationDetailCode

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

This defines the motivation detail within a motivation group.

◆ MotivationGroupCode

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

This defines a motivation group.

◆ NonDeductibleAmount

Decimal Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.NonDeductibleAmount
getset

Non tax-deductible portion of gift.

◆ NonDeductibleAmountBase

Decimal Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.NonDeductibleAmountBase
getset

Non tax-deductible portion of gift (Base Currency)

◆ NonDeductibleAmountIntl

Decimal Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.NonDeductibleAmountIntl
getset

Non tax-deductible portion of gift (Intl Currency)

◆ RecipientKey

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

The partner key of the recipient of the gift.

◆ RecipientLedgerNumber

Int64 Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.RecipientLedgerNumber
getset

The partner key of the commitment field (the unit) of the recipient of the gift. This is not the ledger number but rather the partner key of the unit associated with the ledger.

◆ TaxDeductible

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

Whether this gift is tax deductible.

◆ TaxDeductibleAccountCode

String Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.TaxDeductibleAccountCode
getset

Account Code to be used for the Tax deductible portion of this Gift.

◆ TaxDeductibleAmount

Decimal Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.TaxDeductibleAmount
getset

Tax deductible portion of gift.

◆ TaxDeductibleAmountBase

Decimal Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.TaxDeductibleAmountBase
getset

Tax deductible portion of gift (Base Currency)

◆ TaxDeductibleAmountIntl

Decimal Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.TaxDeductibleAmountIntl
getset

Tax deductible portion of gift (Intl Currency)

◆ TaxDeductiblePct

Decimal Ict.Petra.Shared.MFinance.Gift.Data.AGiftDetailRow.TaxDeductiblePct
getset

Percentage of gift amount that is tax-deductible.


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