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

Stores administrative fees and grants which have been calculated on gifts. More...

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

Public Member Functions

 AProcessedFeeRow (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 IsFeeCodeNull ()
 test for NULL value More...
 
void SetFeeCodeNull ()
 assign NULL value More...
 
bool IsCostCentreCodeNull ()
 test for NULL value More...
 
void SetCostCentreCodeNull ()
 assign NULL value More...
 
bool IsPeriodNumberNull ()
 test for NULL value More...
 
void SetPeriodNumberNull ()
 assign NULL value More...
 
bool IsPeriodicAmountNull ()
 test for NULL value More...
 
void SetPeriodicAmountNull ()
 assign NULL value More...
 
bool IsProcessedDateNull ()
 test for NULL value More...
 
void SetProcessedDateNull ()
 assign NULL value More...
 
bool IsTimestampNull ()
 test for NULL value More...
 
void SetTimestampNull ()
 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]
 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...
 
String FeeCode [get, set]
 the fee which the calculated amounts are stored against. More...
 
String CostCentreCode [get, set]
 Cost centre code which the fee will be charged against. More...
 
Int32 PeriodNumber [get, set]
 Period number. More...
 
Decimal PeriodicAmount [get, set]
 Total Amount of the fee for the given period. More...
 
System.? DateTime ProcessedDate [get, set]
 Date ""admin fee calculations"" have been run to fee total has been created as a transaction in the general ledger. More...
 
Int32 Timestamp [get, set]
 System generated time stamp. 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

Stores administrative fees and grants which have been calculated on gifts.

Constructor & Destructor Documentation

◆ AProcessedFeeRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsBatchNumberNull()

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

test for NULL value

◆ IsCostCentreCodeNull()

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

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDetailNumberNull()

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

test for NULL value

◆ IsFeeCodeNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AProcessedFeeRow.IsFeeCodeNull ( )
inline

test for NULL value

◆ IsGiftTransactionNumberNull()

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

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsPeriodicAmountNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AProcessedFeeRow.IsPeriodicAmountNull ( )
inline

test for NULL value

◆ IsPeriodNumberNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AProcessedFeeRow.IsPeriodNumberNull ( )
inline

test for NULL value

◆ IsProcessedDateNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AProcessedFeeRow.IsProcessedDateNull ( )
inline

test for NULL value

◆ IsTimestampNull()

bool Ict.Petra.Shared.MFinance.Gift.Data.AProcessedFeeRow.IsTimestampNull ( )
inline

test for NULL value

◆ SetBatchNumberNull()

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

assign NULL value

◆ SetCostCentreCodeNull()

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

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDetailNumberNull()

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

assign NULL value

◆ SetFeeCodeNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AProcessedFeeRow.SetFeeCodeNull ( )
inline

assign NULL value

◆ SetGiftTransactionNumberNull()

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

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetPeriodicAmountNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AProcessedFeeRow.SetPeriodicAmountNull ( )
inline

assign NULL value

◆ SetPeriodNumberNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AProcessedFeeRow.SetPeriodNumberNull ( )
inline

assign NULL value

◆ SetProcessedDateNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AProcessedFeeRow.SetProcessedDateNull ( )
inline

assign NULL value

◆ SetTimestampNull()

void Ict.Petra.Shared.MFinance.Gift.Data.AProcessedFeeRow.SetTimestampNull ( )
inline

assign NULL value

Property Documentation

◆ BatchNumber

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

Number of the gift batch containing this detail.

◆ CostCentreCode

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

Cost centre code which the fee will be charged against.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ DetailNumber

Int32 Ict.Petra.Shared.MFinance.Gift.Data.AProcessedFeeRow.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.

◆ FeeCode

String Ict.Petra.Shared.MFinance.Gift.Data.AProcessedFeeRow.FeeCode
getset

the fee which the calculated amounts are stored against.

◆ GiftTransactionNumber

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

Identifies a gift transaction within a gift batch.

◆ LedgerNumber

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

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

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ PeriodicAmount

Decimal Ict.Petra.Shared.MFinance.Gift.Data.AProcessedFeeRow.PeriodicAmount
getset

Total Amount of the fee for the given period.

◆ PeriodNumber

Int32 Ict.Petra.Shared.MFinance.Gift.Data.AProcessedFeeRow.PeriodNumber
getset

Period number.

◆ ProcessedDate

System.? DateTime Ict.Petra.Shared.MFinance.Gift.Data.AProcessedFeeRow.ProcessedDate
getset

Date ""admin fee calculations"" have been run to fee total has been created as a transaction in the general ledger.

◆ Timestamp

Int32 Ict.Petra.Shared.MFinance.Gift.Data.AProcessedFeeRow.Timestamp
getset

System generated time stamp.


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