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

the elements of the hierarchy of accounts; which account is reporting to which other account More...

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

Public Member Functions

 AAccountHierarchyDetailRow (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 IsReportingAccountCodeNull ()
 test for NULL value More...
 
void SetReportingAccountCodeNull ()
 assign NULL value More...
 
bool IsAccountCodeToReportToNull ()
 test for NULL value More...
 
void SetAccountCodeToReportToNull ()
 assign NULL value More...
 
bool IsReportOrderNull ()
 test for NULL value More...
 
void SetReportOrderNull ()
 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 ReportingAccountCode [get, set]
 The reporting account. More...
 
String AccountCodeToReportTo [get, set]
 This identifies the account the financial transaction must be stored against. More...
 
Int32 ReportOrder [get, set]
 Order to display the account or heading on the Balance Sheet & Income Statement report. 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

the elements of the hierarchy of accounts; which account is reporting to which other account

Constructor & Destructor Documentation

◆ AAccountHierarchyDetailRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsAccountCodeToReportToNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountHierarchyDetailRow.IsAccountCodeToReportToNull ( )
inline

test for NULL value

◆ IsAccountHierarchyCodeNull()

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

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsReportingAccountCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountHierarchyDetailRow.IsReportingAccountCodeNull ( )
inline

test for NULL value

◆ IsReportOrderNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountHierarchyDetailRow.IsReportOrderNull ( )
inline

test for NULL value

◆ SetAccountCodeToReportToNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountHierarchyDetailRow.SetAccountCodeToReportToNull ( )
inline

assign NULL value

◆ SetAccountHierarchyCodeNull()

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

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetReportingAccountCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountHierarchyDetailRow.SetReportingAccountCodeNull ( )
inline

assign NULL value

◆ SetReportOrderNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountHierarchyDetailRow.SetReportOrderNull ( )
inline

assign NULL value

Property Documentation

◆ AccountCodeToReportTo

String Ict.Petra.Shared.MFinance.Account.Data.AAccountHierarchyDetailRow.AccountCodeToReportTo
getset

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

◆ AccountHierarchyCode

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

The code for the hierarchy.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ LedgerNumber

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

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ ReportingAccountCode

String Ict.Petra.Shared.MFinance.Account.Data.AAccountHierarchyDetailRow.ReportingAccountCode
getset

The reporting account.

◆ ReportOrder

Int32 Ict.Petra.Shared.MFinance.Account.Data.AAccountHierarchyDetailRow.ReportOrder
getset

Order to display the account or heading on the Balance Sheet & Income Statement report.


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