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

Templates of donor gift information which can be copied into the gift system with recurring gift batches. More...

Inheritance diagram for Ict.Petra.Shared.MFinance.Gift.Data.GiftBatchTDSARecurringGiftRow:
Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow

Public Member Functions

 GiftBatchTDSARecurringGiftRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
override void InitValues ()
 set default values More...
 
bool IsDonorNameNull ()
 test for NULL value More...
 
void SetDonorNameNull ()
 assign NULL value More...
 
bool IsGiftTotalNull ()
 test for NULL value More...
 
void SetGiftTotalNull ()
 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 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 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 IsBankingDetailsKeyNull ()
 test for NULL value More...
 
void SetBankingDetailsKeyNull ()
 assign NULL value More...
 
bool IsSepaMandateReferenceNull ()
 test for NULL value More...
 
void SetSepaMandateReferenceNull ()
 assign NULL value More...
 
bool IsSepaMandateGivenNull ()
 test for NULL value More...
 
void SetSepaMandateGivenNull ()
 assign NULL value More...
 
bool IsChargeStatusNull ()
 test for NULL value More...
 
void SetChargeStatusNull ()
 assign NULL value More...
 
bool IsLastDebitNull ()
 test for NULL value More...
 
void SetLastDebitNull ()
 assign NULL value More...
 
bool IsDebitDayNull ()
 test for NULL value More...
 
void SetDebitDayNull ()
 assign NULL value More...
 
bool IsActiveNull ()
 test for NULL value More...
 
void SetActiveNull ()
 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

String DonorName [get, set]
 
Decimal GiftTotal [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]
 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 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 assigned to each partner. It consists of the fund id followed by a computer generated six digit number. More...
 
Int32 LastDetailNumber [get, set]
 Identifies the last gift detail entered. More...
 
String Reference [get, set]
 Reference number/code for the transaction. More...
 
Int32 BankingDetailsKey [get, set]
 Bank or credit card account to use for making this gift transaction. More...
 
String SepaMandateReference [get, set]
 This reference is a unique string that reflects the customer or contract and the date of the SEPA mandate. More...
 
System.? DateTime SepaMandateGiven [get, set]
 The date the SEPA Mandate was given. More...
 
String ChargeStatus [get, set]
 Status of the credit card transaction. More...
 
System.? DateTime LastDebit [get, set]
 The last date that a successfull direct debit or credit card charge occurred for this gift. More...
 
Int32 DebitDay [get, set]
 The day of the month to make the recurring gift. More...
 
Boolean Active [get, set]
 Whether the recurring gift should be made. 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

Templates of donor gift information which can be copied into the gift system with recurring gift batches.

Constructor & Destructor Documentation

◆ GiftBatchTDSARecurringGiftRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

override void Ict.Petra.Shared.MFinance.Gift.Data.GiftBatchTDSARecurringGiftRow.InitValues ( )
inlinevirtual

set default values

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

◆ IsActiveNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.IsActiveNull ( )
inlineinherited

test for NULL value

◆ IsBankingDetailsKeyNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.IsBankingDetailsKeyNull ( )
inlineinherited

test for NULL value

◆ IsBatchNumberNull()

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

test for NULL value

◆ IsChargeStatusNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.IsChargeStatusNull ( )
inlineinherited

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDebitDayNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.IsDebitDayNull ( )
inlineinherited

test for NULL value

◆ IsDonorKeyNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.IsDonorKeyNull ( )
inlineinherited

test for NULL value

◆ IsDonorNameNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.GiftBatchTDSARecurringGiftRow.IsDonorNameNull ( )
inline

test for NULL value

◆ IsGiftTotalNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.GiftBatchTDSARecurringGiftRow.IsGiftTotalNull ( )
inline

test for NULL value

◆ IsGiftTransactionNumberNull()

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

test for NULL value

◆ IsLastDebitNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.IsLastDebitNull ( )
inlineinherited

test for NULL value

◆ IsLastDetailNumberNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.IsLastDetailNumberNull ( )
inlineinherited

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsMethodOfGivingCodeNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.IsMethodOfGivingCodeNull ( )
inlineinherited

test for NULL value

◆ IsMethodOfPaymentCodeNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.IsMethodOfPaymentCodeNull ( )
inlineinherited

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsReceiptLetterCodeNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.IsReceiptLetterCodeNull ( )
inlineinherited

test for NULL value

◆ IsReferenceNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.IsReferenceNull ( )
inlineinherited

test for NULL value

◆ IsSepaMandateGivenNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.IsSepaMandateGivenNull ( )
inlineinherited

test for NULL value

◆ IsSepaMandateReferenceNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.IsSepaMandateReferenceNull ( )
inlineinherited

test for NULL value

◆ SetActiveNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.SetActiveNull ( )
inlineinherited

assign NULL value

◆ SetBankingDetailsKeyNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.SetBankingDetailsKeyNull ( )
inlineinherited

assign NULL value

◆ SetBatchNumberNull()

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

assign NULL value

◆ SetChargeStatusNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.SetChargeStatusNull ( )
inlineinherited

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDebitDayNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.SetDebitDayNull ( )
inlineinherited

assign NULL value

◆ SetDonorKeyNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.SetDonorKeyNull ( )
inlineinherited

assign NULL value

◆ SetDonorNameNull()

void Ict.Petra.Shared.MFinance.Gift.Data.GiftBatchTDSARecurringGiftRow.SetDonorNameNull ( )
inline

assign NULL value

◆ SetGiftTotalNull()

void Ict.Petra.Shared.MFinance.Gift.Data.GiftBatchTDSARecurringGiftRow.SetGiftTotalNull ( )
inline

assign NULL value

◆ SetGiftTransactionNumberNull()

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

assign NULL value

◆ SetLastDebitNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.SetLastDebitNull ( )
inlineinherited

assign NULL value

◆ SetLastDetailNumberNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.SetLastDetailNumberNull ( )
inlineinherited

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetMethodOfGivingCodeNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.SetMethodOfGivingCodeNull ( )
inlineinherited

assign NULL value

◆ SetMethodOfPaymentCodeNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.SetMethodOfPaymentCodeNull ( )
inlineinherited

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetReceiptLetterCodeNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.SetReceiptLetterCodeNull ( )
inlineinherited

assign NULL value

◆ SetReferenceNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.SetReferenceNull ( )
inlineinherited

assign NULL value

◆ SetSepaMandateGivenNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.SetSepaMandateGivenNull ( )
inlineinherited

assign NULL value

◆ SetSepaMandateReferenceNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.SetSepaMandateReferenceNull ( )
inlineinherited

assign NULL value

Property Documentation

◆ Active

Boolean Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.Active
getsetinherited

Whether the recurring gift should be made.

◆ BankingDetailsKey

Int32 Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.BankingDetailsKey
getsetinherited

Bank or credit card account to use for making this gift transaction.

◆ BatchNumber

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

identifes which batch a transaction belongs to

◆ ChargeStatus

String Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.ChargeStatus
getsetinherited

Status of the credit card transaction.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ DebitDay

Int32 Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.DebitDay
getsetinherited

The day of the month to make the recurring gift.

◆ DonorKey

Int64 Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.DonorKey
getsetinherited

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.MFinance.Gift.Data.GiftBatchTDSARecurringGiftRow.DonorName
getset

◆ GiftTotal

Decimal Ict.Petra.Shared.MFinance.Gift.Data.GiftBatchTDSARecurringGiftRow.GiftTotal
getset

◆ GiftTransactionNumber

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

Identifies a transaction within a journal within a batch within a ledger.

◆ LastDebit

System.? DateTime Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.LastDebit
getsetinherited

The last date that a successfull direct debit or credit card charge occurred for this gift.

◆ LastDetailNumber

Int32 Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.LastDetailNumber
getsetinherited

Identifies the last gift detail entered.

◆ LedgerNumber

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

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

◆ MethodOfGivingCode

String Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.MethodOfGivingCode
getsetinherited

Defines how a gift is given.

◆ MethodOfPaymentCode

String Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.MethodOfPaymentCode
getsetinherited

This is how the partner paid. Eg cash, Cheque etc.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ ReceiptLetterCode

String Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.ReceiptLetterCode
getsetinherited

◆ Reference

String Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.Reference
getsetinherited

Reference number/code for the transaction.

◆ SepaMandateGiven

System.? DateTime Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.SepaMandateGiven
getsetinherited

The date the SEPA Mandate was given.

◆ SepaMandateReference

String Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.SepaMandateReference
getsetinherited

This reference is a unique string that reflects the customer or contract and the date of the SEPA mandate.


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