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

All balances on accounts, including summary information is stored here. More...

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

Public Member Functions

 AGeneralLedgerMasterRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsGlmSequenceNull ()
 test for NULL value More...
 
void SetGlmSequenceNull ()
 assign NULL value 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 IsAccountCodeNull ()
 test for NULL value More...
 
void SetAccountCodeNull ()
 assign NULL value More...
 
bool IsCostCentreCodeNull ()
 test for NULL value More...
 
void SetCostCentreCodeNull ()
 assign NULL value More...
 
bool IsYtdActualBaseNull ()
 test for NULL value More...
 
void SetYtdActualBaseNull ()
 assign NULL value More...
 
bool IsClosingPeriodActualBaseNull ()
 test for NULL value More...
 
void SetClosingPeriodActualBaseNull ()
 assign NULL value More...
 
bool IsStartBalanceBaseNull ()
 test for NULL value More...
 
void SetStartBalanceBaseNull ()
 assign NULL value More...
 
bool IsYtdActualIntlNull ()
 test for NULL value More...
 
void SetYtdActualIntlNull ()
 assign NULL value More...
 
bool IsClosingPeriodActualIntlNull ()
 test for NULL value More...
 
void SetClosingPeriodActualIntlNull ()
 assign NULL value More...
 
bool IsStartBalanceIntlNull ()
 test for NULL value More...
 
void SetStartBalanceIntlNull ()
 assign NULL value More...
 
bool IsYtdActualForeignNull ()
 test for NULL value More...
 
void SetYtdActualForeignNull ()
 assign NULL value More...
 
bool IsStartBalanceForeignNull ()
 test for NULL value More...
 
void SetStartBalanceForeignNull ()
 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 GlmSequence [get, set]
 
Int32 LedgerNumber [get, set]
 This is used as a key field in most of the accounting system files. More...
 
Int32 Year [get, set]
 The year is a number starting from 0 (the year of the installation and first accountings). More...
 
String AccountCode [get, set]
 This identifies the account the financial transaction must be stored against. More...
 
String CostCentreCode [get, set]
 This identifies which cost centre an account is applied to. More...
 
Decimal YtdActualBase [get, set]
 
Decimal ClosingPeriodActualBase [get, set]
 Special period for the year end close journal. More...
 
Decimal StartBalanceBase [get, set]
 Starting Balance in the ledger currency. More...
 
Decimal YtdActualIntl [get, set]
 Total for the current year, 2nd (int'l) base currency. More...
 
Decimal ClosingPeriodActualIntl [get, set]
 Special period for the year end close journal. More...
 
Decimal StartBalanceIntl [get, set]
 Starting Balance (Int'l) More...
 
Decimal YtdActualForeign [get, set]
 
Decimal StartBalanceForeign [get, set]
 
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

All balances on accounts, including summary information is stored here.

Constructor & Destructor Documentation

◆ AGeneralLedgerMasterRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsAccountCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.IsAccountCodeNull ( )
inline

test for NULL value

◆ IsClosingPeriodActualBaseNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.IsClosingPeriodActualBaseNull ( )
inline

test for NULL value

◆ IsClosingPeriodActualIntlNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.IsClosingPeriodActualIntlNull ( )
inline

test for NULL value

◆ IsCostCentreCodeNull()

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

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsGlmSequenceNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.IsGlmSequenceNull ( )
inline

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsStartBalanceBaseNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.IsStartBalanceBaseNull ( )
inline

test for NULL value

◆ IsStartBalanceForeignNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.IsStartBalanceForeignNull ( )
inline

test for NULL value

◆ IsStartBalanceIntlNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.IsStartBalanceIntlNull ( )
inline

test for NULL value

◆ IsYearNull()

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

test for NULL value

◆ IsYtdActualBaseNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.IsYtdActualBaseNull ( )
inline

test for NULL value

◆ IsYtdActualForeignNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.IsYtdActualForeignNull ( )
inline

test for NULL value

◆ IsYtdActualIntlNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.IsYtdActualIntlNull ( )
inline

test for NULL value

◆ SetAccountCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.SetAccountCodeNull ( )
inline

assign NULL value

◆ SetClosingPeriodActualBaseNull()

void Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.SetClosingPeriodActualBaseNull ( )
inline

assign NULL value

◆ SetClosingPeriodActualIntlNull()

void Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.SetClosingPeriodActualIntlNull ( )
inline

assign NULL value

◆ SetCostCentreCodeNull()

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

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetGlmSequenceNull()

void Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.SetGlmSequenceNull ( )
inline

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetStartBalanceBaseNull()

void Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.SetStartBalanceBaseNull ( )
inline

assign NULL value

◆ SetStartBalanceForeignNull()

void Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.SetStartBalanceForeignNull ( )
inline

assign NULL value

◆ SetStartBalanceIntlNull()

void Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.SetStartBalanceIntlNull ( )
inline

assign NULL value

◆ SetYearNull()

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

assign NULL value

◆ SetYtdActualBaseNull()

void Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.SetYtdActualBaseNull ( )
inline

assign NULL value

◆ SetYtdActualForeignNull()

void Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.SetYtdActualForeignNull ( )
inline

assign NULL value

◆ SetYtdActualIntlNull()

void Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.SetYtdActualIntlNull ( )
inline

assign NULL value

Property Documentation

◆ AccountCode

String Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.AccountCode
getset

This identifies the account the financial transaction must be stored against.

◆ ClosingPeriodActualBase

Decimal Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.ClosingPeriodActualBase
getset

Special period for the year end close journal.

◆ ClosingPeriodActualIntl

Decimal Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.ClosingPeriodActualIntl
getset

Special period for the year end close journal.

◆ CostCentreCode

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

This identifies which cost centre an account is applied to.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ GlmSequence

Int32 Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.GlmSequence
getset

◆ LedgerNumber

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

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

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ StartBalanceBase

Decimal Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.StartBalanceBase
getset

Starting Balance in the ledger currency.

◆ StartBalanceForeign

Decimal Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.StartBalanceForeign
getset

◆ StartBalanceIntl

Decimal Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.StartBalanceIntl
getset

Starting Balance (Int'l)

◆ Year

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

The year is a number starting from 0 (the year of the installation and first accountings).

◆ YtdActualBase

Decimal Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.YtdActualBase
getset

◆ YtdActualForeign

Decimal Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.YtdActualForeign
getset

◆ YtdActualIntl

Decimal Ict.Petra.Shared.MFinance.Account.Data.AGeneralLedgerMasterRow.YtdActualIntl
getset

Total for the current year, 2nd (int'l) base currency.


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