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

Master cost centre records which contain details of each cost centre and their relationship to each other; determines the cost centre structure. More...

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

Public Member Functions

 ACostCentreRow (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 IsCostCentreCodeNull ()
 test for NULL value More...
 
void SetCostCentreCodeNull ()
 assign NULL value More...
 
bool IsCostCentreToReportToNull ()
 test for NULL value More...
 
void SetCostCentreToReportToNull ()
 assign NULL value More...
 
bool IsCostCentreNameNull ()
 test for NULL value More...
 
void SetCostCentreNameNull ()
 assign NULL value More...
 
bool IsPostingCostCentreFlagNull ()
 test for NULL value More...
 
void SetPostingCostCentreFlagNull ()
 assign NULL value More...
 
bool IsCostCentreActiveFlagNull ()
 test for NULL value More...
 
void SetCostCentreActiveFlagNull ()
 assign NULL value More...
 
bool IsProjectStatusNull ()
 test for NULL value More...
 
void SetProjectStatusNull ()
 assign NULL value More...
 
bool IsProjectConstraintDateNull ()
 test for NULL value More...
 
void SetProjectConstraintDateNull ()
 assign NULL value More...
 
bool IsProjectConstraintAmountNull ()
 test for NULL value More...
 
void SetProjectConstraintAmountNull ()
 assign NULL value More...
 
bool IsSystemCostCentreFlagNull ()
 test for NULL value More...
 
void SetSystemCostCentreFlagNull ()
 assign NULL value More...
 
bool IsCostCentreTypeNull ()
 test for NULL value More...
 
void SetCostCentreTypeNull ()
 assign NULL value More...
 
bool IsClearingAccountNull ()
 test for NULL value More...
 
void SetClearingAccountNull ()
 assign NULL value More...
 
bool IsRetEarningsAccountCodeNull ()
 test for NULL value More...
 
void SetRetEarningsAccountCodeNull ()
 assign NULL value More...
 
bool IsRollupStyleNull ()
 test for NULL value More...
 
void SetRollupStyleNull ()
 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]
 The ledger in which the cost centre is used. 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...
 
String CostCentreToReportTo [get, set]
 This identifies which cost centre the cost centre summarises to. More...
 
String CostCentreName [get, set]
 
Boolean PostingCostCentreFlag [get, set]
 
Boolean CostCentreActiveFlag [get, set]
 
Boolean ProjectStatus [get, set]
 
System.? DateTime ProjectConstraintDate [get, set]
 
Decimal ProjectConstraintAmount [get, set]
 
Boolean SystemCostCentreFlag [get, set]
 
String CostCentreType [get, set]
 Type of cost centre (Foreign or Local) More...
 
String ClearingAccount [get, set]
 ICH or non-ICH clearing. More...
 
String RetEarningsAccountCode [get, set]
 At Year End, Balance in this Cost Centre will roll up to this account. More...
 
String RollupStyle [get, set]
 Determine how to roll up the balance in this Cost Centre. 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

Master cost centre records which contain details of each cost centre and their relationship to each other; determines the cost centre structure.

Constructor & Destructor Documentation

◆ ACostCentreRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsClearingAccountNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.IsClearingAccountNull ( )
inline

test for NULL value

◆ IsCostCentreActiveFlagNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.IsCostCentreActiveFlagNull ( )
inline

test for NULL value

◆ IsCostCentreCodeNull()

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

test for NULL value

◆ IsCostCentreNameNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.IsCostCentreNameNull ( )
inline

test for NULL value

◆ IsCostCentreToReportToNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.IsCostCentreToReportToNull ( )
inline

test for NULL value

◆ IsCostCentreTypeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.IsCostCentreTypeNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsPostingCostCentreFlagNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.IsPostingCostCentreFlagNull ( )
inline

test for NULL value

◆ IsProjectConstraintAmountNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.IsProjectConstraintAmountNull ( )
inline

test for NULL value

◆ IsProjectConstraintDateNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.IsProjectConstraintDateNull ( )
inline

test for NULL value

◆ IsProjectStatusNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.IsProjectStatusNull ( )
inline

test for NULL value

◆ IsRetEarningsAccountCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.IsRetEarningsAccountCodeNull ( )
inline

test for NULL value

◆ IsRollupStyleNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.IsRollupStyleNull ( )
inline

test for NULL value

◆ IsSystemCostCentreFlagNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.IsSystemCostCentreFlagNull ( )
inline

test for NULL value

◆ SetClearingAccountNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.SetClearingAccountNull ( )
inline

assign NULL value

◆ SetCostCentreActiveFlagNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.SetCostCentreActiveFlagNull ( )
inline

assign NULL value

◆ SetCostCentreCodeNull()

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

assign NULL value

◆ SetCostCentreNameNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.SetCostCentreNameNull ( )
inline

assign NULL value

◆ SetCostCentreToReportToNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.SetCostCentreToReportToNull ( )
inline

assign NULL value

◆ SetCostCentreTypeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.SetCostCentreTypeNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetPostingCostCentreFlagNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.SetPostingCostCentreFlagNull ( )
inline

assign NULL value

◆ SetProjectConstraintAmountNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.SetProjectConstraintAmountNull ( )
inline

assign NULL value

◆ SetProjectConstraintDateNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.SetProjectConstraintDateNull ( )
inline

assign NULL value

◆ SetProjectStatusNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.SetProjectStatusNull ( )
inline

assign NULL value

◆ SetRetEarningsAccountCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.SetRetEarningsAccountCodeNull ( )
inline

assign NULL value

◆ SetRollupStyleNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.SetRollupStyleNull ( )
inline

assign NULL value

◆ SetSystemCostCentreFlagNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.SetSystemCostCentreFlagNull ( )
inline

assign NULL value

Property Documentation

◆ ClearingAccount

String Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.ClearingAccount
getset

ICH or non-ICH clearing.

◆ CostCentreActiveFlag

Boolean Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.CostCentreActiveFlag
getset

◆ CostCentreCode

String Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.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.

◆ CostCentreName

String Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.CostCentreName
getset

◆ CostCentreToReportTo

String Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.CostCentreToReportTo
getset

This identifies which cost centre the cost centre summarises to.

◆ CostCentreType

String Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.CostCentreType
getset

Type of cost centre (Foreign or Local)

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ LedgerNumber

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

The ledger in which the cost centre is used.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ PostingCostCentreFlag

Boolean Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.PostingCostCentreFlag
getset

◆ ProjectConstraintAmount

Decimal Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.ProjectConstraintAmount
getset

◆ ProjectConstraintDate

System.? DateTime Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.ProjectConstraintDate
getset

◆ ProjectStatus

Boolean Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.ProjectStatus
getset

◆ RetEarningsAccountCode

String Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.RetEarningsAccountCode
getset

At Year End, Balance in this Cost Centre will roll up to this account.

◆ RollupStyle

String Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.RollupStyle
getset

Determine how to roll up the balance in this Cost Centre.

◆ SystemCostCentreFlag

Boolean Ict.Petra.Shared.MFinance.Account.Data.ACostCentreRow.SystemCostCentreFlag
getset

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