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

hierarchy of accounts; what is the root account of the hierarchy More...

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

Public Member Functions

 AAccountHierarchyRow (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 IsAccountHierarchyCodeNull ()
 test for NULL value More...
 
void SetAccountHierarchyCodeNull ()
 assign NULL value More...
 
bool IsRootAccountCodeNull ()
 test for NULL value More...
 
void SetRootAccountCodeNull ()
 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]
 
String AccountHierarchyCode [get, set]
 The code for the hierarchy. More...
 
String RootAccountCode [get, set]
 The root account of the hierarchy, which is at the top of the hierarchy. 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

hierarchy of accounts; what is the root account of the hierarchy

Constructor & Destructor Documentation

◆ AAccountHierarchyRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsAccountHierarchyCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountHierarchyRow.IsAccountHierarchyCodeNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsRootAccountCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountHierarchyRow.IsRootAccountCodeNull ( )
inline

test for NULL value

◆ SetAccountHierarchyCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountHierarchyRow.SetAccountHierarchyCodeNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetRootAccountCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountHierarchyRow.SetRootAccountCodeNull ( )
inline

assign NULL value

Property Documentation

◆ AccountHierarchyCode

String Ict.Petra.Shared.MFinance.Account.Data.AAccountHierarchyRow.AccountHierarchyCode
getset

The code for the hierarchy.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ LedgerNumber

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

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ RootAccountCode

String Ict.Petra.Shared.MFinance.Account.Data.AAccountHierarchyRow.RootAccountCode
getset

The root account of the hierarchy, which is at the top of the hierarchy.


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