OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow 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.ARecurringGiftRow:
Ict.Petra.Shared.MFinance.Gift.Data.GiftBatchTDSARecurringGiftRow

Public Member Functions

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

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

◆ ARecurringGiftRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

◆ IsActiveNull()

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

test for NULL value

◆ IsBankingDetailsKeyNull()

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

test for NULL value

◆ IsBatchNumberNull()

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

test for NULL value

◆ IsChargeStatusNull()

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

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDebitDayNull()

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

test for NULL value

◆ IsDonorKeyNull()

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

test for NULL value

◆ IsGiftTransactionNumberNull()

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

test for NULL value

◆ IsLastDebitNull()

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

test for NULL value

◆ IsLastDetailNumberNull()

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

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsMethodOfGivingCodeNull()

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

test for NULL value

◆ IsMethodOfPaymentCodeNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsReceiptLetterCodeNull()

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

test for NULL value

◆ IsReferenceNull()

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

test for NULL value

◆ IsSepaMandateGivenNull()

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

test for NULL value

◆ IsSepaMandateReferenceNull()

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

test for NULL value

◆ SetActiveNull()

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

assign NULL value

◆ SetBankingDetailsKeyNull()

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

assign NULL value

◆ SetBatchNumberNull()

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

assign NULL value

◆ SetChargeStatusNull()

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

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDebitDayNull()

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

assign NULL value

◆ SetDonorKeyNull()

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

assign NULL value

◆ SetGiftTransactionNumberNull()

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

assign NULL value

◆ SetLastDebitNull()

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

assign NULL value

◆ SetLastDetailNumberNull()

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

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetMethodOfGivingCodeNull()

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

assign NULL value

◆ SetMethodOfPaymentCodeNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetReceiptLetterCodeNull()

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

assign NULL value

◆ SetReferenceNull()

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

assign NULL value

◆ SetSepaMandateGivenNull()

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

assign NULL value

◆ SetSepaMandateReferenceNull()

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

assign NULL value

Property Documentation

◆ Active

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

Whether the recurring gift should be made.

◆ BankingDetailsKey

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

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

◆ BatchNumber

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

identifes which batch a transaction belongs to

◆ ChargeStatus

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

Status of the credit card transaction.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ DebitDay

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

The day of the month to make the recurring gift.

◆ DonorKey

Int64 Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftRow.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.

◆ GiftTransactionNumber

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

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

◆ LastDebit

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

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
getset

Identifies the last gift detail entered.

◆ LedgerNumber

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

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

◆ MethodOfGivingCode

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

Defines how a gift is given.

◆ MethodOfPaymentCode

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

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

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ ReceiptLetterCode

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

◆ Reference

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

Reference number/code for the transaction.

◆ SepaMandateGiven

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

The date the SEPA Mandate was given.

◆ SepaMandateReference

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

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: