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

Contains the calculation for the stewardship for a particular run. Files and reports can be recreated from this. ICH = International Clearing House (Handles transfering of funds and admin grant fees among offices.) More...

Inheritance diagram for Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow:

Public Member Functions

 AIchStewardshipRow (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 IsYearNull ()
 test for NULL value More...
 
void SetYearNull ()
 assign NULL value More...
 
bool IsPeriodNumberNull ()
 test for NULL value More...
 
void SetPeriodNumberNull ()
 assign NULL value More...
 
bool IsIchNumberNull ()
 test for NULL value More...
 
void SetIchNumberNull ()
 assign NULL value More...
 
bool IsCostCentreCodeNull ()
 test for NULL value More...
 
void SetCostCentreCodeNull ()
 assign NULL value More...
 
bool IsDateProcessedNull ()
 test for NULL value More...
 
void SetDateProcessedNull ()
 assign NULL value More...
 
bool IsIncomeAmountNull ()
 test for NULL value More...
 
void SetIncomeAmountNull ()
 assign NULL value More...
 
bool IsExpenseAmountNull ()
 test for NULL value More...
 
void SetExpenseAmountNull ()
 assign NULL value More...
 
bool IsDirectXferAmountNull ()
 test for NULL value More...
 
void SetDirectXferAmountNull ()
 assign NULL value More...
 
bool IsIncomeAmountIntlNull ()
 test for NULL value More...
 
void SetIncomeAmountIntlNull ()
 assign NULL value More...
 
bool IsExpenseAmountIntlNull ()
 test for NULL value More...
 
void SetExpenseAmountIntlNull ()
 assign NULL value More...
 
bool IsDirectXferAmountIntlNull ()
 test for NULL value More...
 
void SetDirectXferAmountIntlNull ()
 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 Year [get, set]
 Accounting Year. More...
 
Int32 PeriodNumber [get, set]
 This defines which accounting period is being used. More...
 
Int32 IchNumber [get, set]
 identifes the ICH process number More...
 
String CostCentreCode [get, set]
 This identifies which cost centre an account is applied to. A cost centre can be a partner but reflected as a character rather than a numeric. More...
 
System.DateTime DateProcessed [get, set]
 This is the date the stewardship was processed. More...
 
Decimal IncomeAmount [get, set]
 Income amount for foreign cost centre's stewardship. More...
 
Decimal ExpenseAmount [get, set]
 Expense amount for foreign cost centre's stewardship. More...
 
Decimal DirectXferAmount [get, set]
 Direct Transfer amount for foreign cost centre's stewardship. More...
 
Decimal IncomeAmountIntl [get, set]
 Income amount for foreign cost centre's stewardship in International Currency. More...
 
Decimal ExpenseAmountIntl [get, set]
 Expense amount for foreign cost centre's stewardship in international currency. More...
 
Decimal DirectXferAmountIntl [get, set]
 Direct Transfer amount for foreign cost centre's stewardship in international currency. 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

Contains the calculation for the stewardship for a particular run. Files and reports can be recreated from this. ICH = International Clearing House (Handles transfering of funds and admin grant fees among offices.)

Constructor & Destructor Documentation

◆ AIchStewardshipRow()

Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.AIchStewardshipRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.InitValues ( )
inlinevirtual

set default values

◆ IsCostCentreCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.IsCostCentreCodeNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsDateProcessedNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.IsDateProcessedNull ( )
inline

test for NULL value

◆ IsDirectXferAmountIntlNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.IsDirectXferAmountIntlNull ( )
inline

test for NULL value

◆ IsDirectXferAmountNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.IsDirectXferAmountNull ( )
inline

test for NULL value

◆ IsExpenseAmountIntlNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.IsExpenseAmountIntlNull ( )
inline

test for NULL value

◆ IsExpenseAmountNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.IsExpenseAmountNull ( )
inline

test for NULL value

◆ IsIchNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.IsIchNumberNull ( )
inline

test for NULL value

◆ IsIncomeAmountIntlNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.IsIncomeAmountIntlNull ( )
inline

test for NULL value

◆ IsIncomeAmountNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.IsIncomeAmountNull ( )
inline

test for NULL value

◆ IsLedgerNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.IsLedgerNumberNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsPeriodNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.IsPeriodNumberNull ( )
inline

test for NULL value

◆ IsYearNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.IsYearNull ( )
inline

test for NULL value

◆ SetCostCentreCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.SetCostCentreCodeNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetDateProcessedNull()

void Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.SetDateProcessedNull ( )
inline

assign NULL value

◆ SetDirectXferAmountIntlNull()

void Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.SetDirectXferAmountIntlNull ( )
inline

assign NULL value

◆ SetDirectXferAmountNull()

void Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.SetDirectXferAmountNull ( )
inline

assign NULL value

◆ SetExpenseAmountIntlNull()

void Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.SetExpenseAmountIntlNull ( )
inline

assign NULL value

◆ SetExpenseAmountNull()

void Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.SetExpenseAmountNull ( )
inline

assign NULL value

◆ SetIchNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.SetIchNumberNull ( )
inline

assign NULL value

◆ SetIncomeAmountIntlNull()

void Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.SetIncomeAmountIntlNull ( )
inline

assign NULL value

◆ SetIncomeAmountNull()

void Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.SetIncomeAmountNull ( )
inline

assign NULL value

◆ SetLedgerNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.SetLedgerNumberNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetPeriodNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.SetPeriodNumberNull ( )
inline

assign NULL value

◆ SetYearNull()

void Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.SetYearNull ( )
inline

assign NULL value

Property Documentation

◆ CostCentreCode

String Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.CostCentreCode
getset

This identifies which cost centre an account is applied to. A cost centre can be a partner but reflected as a character rather than a numeric.

◆ CreatedBy

String Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.DateModified
getset

The date the record was modified.

◆ DateProcessed

System.DateTime Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.DateProcessed
getset

This is the date the stewardship was processed.

◆ DirectXferAmount

Decimal Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.DirectXferAmount
getset

Direct Transfer amount for foreign cost centre's stewardship.

◆ DirectXferAmountIntl

Decimal Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.DirectXferAmountIntl
getset

Direct Transfer amount for foreign cost centre's stewardship in international currency.

◆ ExpenseAmount

Decimal Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.ExpenseAmount
getset

Expense amount for foreign cost centre's stewardship.

◆ ExpenseAmountIntl

Decimal Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.ExpenseAmountIntl
getset

Expense amount for foreign cost centre's stewardship in international currency.

◆ IchNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.IchNumber
getset

identifes the ICH process number

◆ IncomeAmount

Decimal Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.IncomeAmount
getset

Income amount for foreign cost centre's stewardship.

◆ IncomeAmountIntl

Decimal Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.IncomeAmountIntl
getset

Income amount for foreign cost centre's stewardship in International Currency.

◆ LedgerNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.LedgerNumber
getset

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

◆ ModificationId

DateTime Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.ModifiedBy
getset

User ID of who last modified this record.

◆ PeriodNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.PeriodNumber
getset

This defines which accounting period is being used.

◆ Year

Int32 Ict.Petra.Shared.MFinance.Account.Data.AIchStewardshipRow.Year
getset

Accounting Year.


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