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

Templates of gift batches which can be copied into the gift system. More...

Inheritance diagram for Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow:

Public Member Functions

 ARecurringGiftBatchRow (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 IsBatchDescriptionNull ()
 test for NULL value More...
 
void SetBatchDescriptionNull ()
 assign NULL value More...
 
bool IsHashTotalNull ()
 test for NULL value More...
 
void SetHashTotalNull ()
 assign NULL value More...
 
bool IsBatchTotalNull ()
 test for NULL value More...
 
void SetBatchTotalNull ()
 assign NULL value More...
 
bool IsBankAccountCodeNull ()
 test for NULL value More...
 
void SetBankAccountCodeNull ()
 assign NULL value More...
 
bool IsLastGiftNumberNull ()
 test for NULL value More...
 
void SetLastGiftNumberNull ()
 assign NULL value More...
 
bool IsCurrencyCodeNull ()
 test for NULL value More...
 
void SetCurrencyCodeNull ()
 assign NULL value More...
 
bool IsBankCostCentreNull ()
 test for NULL value More...
 
void SetBankCostCentreNull ()
 assign NULL value More...
 
bool IsGiftTypeNull ()
 test for NULL value More...
 
void SetGiftTypeNull ()
 assign NULL value More...
 
bool IsMethodOfPaymentCodeNull ()
 test for NULL value More...
 
void SetMethodOfPaymentCodeNull ()
 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]
 ledger number More...
 
Int32 BatchNumber [get, set]
 Gift batch number. More...
 
String BatchDescription [get, set]
 gift batch description More...
 
Decimal HashTotal [get, set]
 hash total for the gift batch More...
 
Decimal BatchTotal [get, set]
 total for the gift batch More...
 
String BankAccountCode [get, set]
 bank account code which this batch is for More...
 
Int32 LastGiftNumber [get, set]
 last gift number of the batch More...
 
String CurrencyCode [get, set]
 This defines which currency is being used. More...
 
String BankCostCentre [get, set]
 This identifies which cost centre is applied to the bank. More...
 
String GiftType [get, set]
 What type of gift is this? a gift or a gift in kind generally. More...
 
String MethodOfPaymentCode [get, set]
 This is how the partner paid. EgCash, Cheque etc. 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 gift batches which can be copied into the gift system.

Constructor & Destructor Documentation

◆ ARecurringGiftBatchRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsBankAccountCodeNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.IsBankAccountCodeNull ( )
inline

test for NULL value

◆ IsBankCostCentreNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.IsBankCostCentreNull ( )
inline

test for NULL value

◆ IsBatchDescriptionNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.IsBatchDescriptionNull ( )
inline

test for NULL value

◆ IsBatchNumberNull()

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

test for NULL value

◆ IsBatchTotalNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.IsBatchTotalNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsCurrencyCodeNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.IsCurrencyCodeNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsGiftTypeNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.IsGiftTypeNull ( )
inline

test for NULL value

◆ IsHashTotalNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.IsHashTotalNull ( )
inline

test for NULL value

◆ IsLastGiftNumberNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.IsLastGiftNumberNull ( )
inline

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsMethodOfPaymentCodeNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ SetBankAccountCodeNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.SetBankAccountCodeNull ( )
inline

assign NULL value

◆ SetBankCostCentreNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.SetBankCostCentreNull ( )
inline

assign NULL value

◆ SetBatchDescriptionNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.SetBatchDescriptionNull ( )
inline

assign NULL value

◆ SetBatchNumberNull()

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

assign NULL value

◆ SetBatchTotalNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.SetBatchTotalNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetCurrencyCodeNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.SetCurrencyCodeNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetGiftTypeNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.SetGiftTypeNull ( )
inline

assign NULL value

◆ SetHashTotalNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.SetHashTotalNull ( )
inline

assign NULL value

◆ SetLastGiftNumberNull()

void Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.SetLastGiftNumberNull ( )
inline

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetMethodOfPaymentCodeNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

Property Documentation

◆ BankAccountCode

String Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.BankAccountCode
getset

bank account code which this batch is for

◆ BankCostCentre

String Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.BankCostCentre
getset

This identifies which cost centre is applied to the bank.

◆ BatchDescription

String Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.BatchDescription
getset

gift batch description

◆ BatchNumber

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

Gift batch number.

◆ BatchTotal

Decimal Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.BatchTotal
getset

total for the gift batch

◆ CreatedBy

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

User ID of who created this record.

◆ CurrencyCode

String Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.CurrencyCode
getset

This defines which currency is being used.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ GiftType

String Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.GiftType
getset

What type of gift is this? a gift or a gift in kind generally.

◆ HashTotal

Decimal Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.HashTotal
getset

hash total for the gift batch

◆ LastGiftNumber

Int32 Ict.Petra.Shared.MFinance.Gift.Data.ARecurringGiftBatchRow.LastGiftNumber
getset

last gift number of the batch

◆ LedgerNumber

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

ledger number

◆ MethodOfPaymentCode

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

This is how the partner paid. EgCash, Cheque etc.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.


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