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

Information describing groups (batches) of gifts. More...

Inheritance diagram for Ict.Petra.Shared.MFinance.Gift.Data.AGiftBatchRow:
Ict.Petra.Shared.MFinance.Gift.Data.GiftBatchTDSAGiftBatchRow

Public Member Functions

 AGiftBatchRow (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 IsModificationDateNull ()
 test for NULL value More...
 
void SetModificationDateNull ()
 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 IsBatchStatusNull ()
 test for NULL value More...
 
void SetBatchStatusNull ()
 assign NULL value More...
 
bool IsBatchPeriodNull ()
 test for NULL value More...
 
void SetBatchPeriodNull ()
 assign NULL value More...
 
bool IsBatchYearNull ()
 test for NULL value More...
 
void SetBatchYearNull ()
 assign NULL value More...
 
bool IsGlEffectiveDateNull ()
 test for NULL value More...
 
void SetGlEffectiveDateNull ()
 assign NULL value More...
 
bool IsCurrencyCodeNull ()
 test for NULL value More...
 
void SetCurrencyCodeNull ()
 assign NULL value More...
 
bool IsExchangeRateToBaseNull ()
 test for NULL value More...
 
void SetExchangeRateToBaseNull ()
 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...
 
System.? DateTime ModificationDate [get, set]
 date of user entry or last modification. 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 BatchStatus [get, set]
 Status of a gift batch: Unposted, Posted, Cancelled. More...
 
Int32 BatchPeriod [get, set]
 The accounting period that the batch belongs to. Must be <= 20. More...
 
Int32 BatchYear [get, set]
 The financial year that the batch belongs to. More...
 
System.DateTime GlEffectiveDate [get, set]
 Effective date when posted to the general ledger. More...
 
String CurrencyCode [get, set]
 This defines which currency is being used. More...
 
Decimal ExchangeRateToBase [get, set]
 The rate of exchange. 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

Information describing groups (batches) of gifts.

Constructor & Destructor Documentation

◆ AGiftBatchRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

◆ IsBankAccountCodeNull()

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

test for NULL value

◆ IsBankCostCentreNull()

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

test for NULL value

◆ IsBatchDescriptionNull()

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

test for NULL value

◆ IsBatchNumberNull()

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

test for NULL value

◆ IsBatchPeriodNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AGiftBatchRow.IsBatchPeriodNull ( )
inline

test for NULL value

◆ IsBatchStatusNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AGiftBatchRow.IsBatchStatusNull ( )
inline

test for NULL value

◆ IsBatchTotalNull()

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

test for NULL value

◆ IsBatchYearNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AGiftBatchRow.IsBatchYearNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsCurrencyCodeNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsExchangeRateToBaseNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AGiftBatchRow.IsExchangeRateToBaseNull ( )
inline

test for NULL value

◆ IsGiftTypeNull()

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

test for NULL value

◆ IsGlEffectiveDateNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AGiftBatchRow.IsGlEffectiveDateNull ( )
inline

test for NULL value

◆ IsHashTotalNull()

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

test for NULL value

◆ IsLastGiftNumberNull()

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

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsMethodOfPaymentCodeNull()

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

test for NULL value

◆ IsModificationDateNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AGiftBatchRow.IsModificationDateNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ SetBankAccountCodeNull()

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

assign NULL value

◆ SetBankCostCentreNull()

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

assign NULL value

◆ SetBatchDescriptionNull()

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

assign NULL value

◆ SetBatchNumberNull()

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

assign NULL value

◆ SetBatchPeriodNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AGiftBatchRow.SetBatchPeriodNull ( )
inline

assign NULL value

◆ SetBatchStatusNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AGiftBatchRow.SetBatchStatusNull ( )
inline

assign NULL value

◆ SetBatchTotalNull()

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

assign NULL value

◆ SetBatchYearNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AGiftBatchRow.SetBatchYearNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetCurrencyCodeNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetExchangeRateToBaseNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AGiftBatchRow.SetExchangeRateToBaseNull ( )
inline

assign NULL value

◆ SetGiftTypeNull()

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

assign NULL value

◆ SetGlEffectiveDateNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AGiftBatchRow.SetGlEffectiveDateNull ( )
inline

assign NULL value

◆ SetHashTotalNull()

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

assign NULL value

◆ SetLastGiftNumberNull()

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

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetMethodOfPaymentCodeNull()

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

assign NULL value

◆ SetModificationDateNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AGiftBatchRow.SetModificationDateNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

Property Documentation

◆ BankAccountCode

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

bank account code which this batch is for

◆ BankCostCentre

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

This identifies which cost centre is applied to the bank.

◆ BatchDescription

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

gift batch description

◆ BatchNumber

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

Gift batch number.

◆ BatchPeriod

Int32 Ict.Petra.Shared.MFinance.Gift.Data.AGiftBatchRow.BatchPeriod
getset

The accounting period that the batch belongs to. Must be <= 20.

◆ BatchStatus

String Ict.Petra.Shared.MFinance.Gift.Data.AGiftBatchRow.BatchStatus
getset

Status of a gift batch: Unposted, Posted, Cancelled.

◆ BatchTotal

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

total for the gift batch

◆ BatchYear

Int32 Ict.Petra.Shared.MFinance.Gift.Data.AGiftBatchRow.BatchYear
getset

The financial year that the batch belongs to.

◆ CreatedBy

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

User ID of who created this record.

◆ CurrencyCode

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

This defines which currency is being used.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ ExchangeRateToBase

Decimal Ict.Petra.Shared.MFinance.Gift.Data.AGiftBatchRow.ExchangeRateToBase
getset

The rate of exchange.

◆ GiftType

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

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

◆ GlEffectiveDate

System.DateTime Ict.Petra.Shared.MFinance.Gift.Data.AGiftBatchRow.GlEffectiveDate
getset

Effective date when posted to the general ledger.

◆ HashTotal

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

hash total for the gift batch

◆ LastGiftNumber

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

last gift number of the batch

◆ LedgerNumber

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

ledger number

◆ MethodOfPaymentCode

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

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

◆ ModificationDate

System.? DateTime Ict.Petra.Shared.MFinance.Gift.Data.AGiftBatchRow.ModificationDate
getset

date of user entry or last modification.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.


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