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

Lists the suspense accounts of each ledger. More...

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

Public Member Functions

 ASuspenseAccountRow (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 IsSuspenseAccountCodeNull ()
 test for NULL value More...
 
void SetSuspenseAccountCodeNull ()
 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...
 
String SuspenseAccountCode [get, set]
 This identifies an account which will be treated as a suspense account. 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

Lists the suspense accounts of each ledger.

Constructor & Destructor Documentation

◆ ASuspenseAccountRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsSuspenseAccountCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ASuspenseAccountRow.IsSuspenseAccountCodeNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetSuspenseAccountCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ASuspenseAccountRow.SetSuspenseAccountCodeNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ LedgerNumber

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

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

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ SuspenseAccountCode

String Ict.Petra.Shared.MFinance.Account.Data.ASuspenseAccountRow.SuspenseAccountCode
getset

This identifies an account which will be treated as a suspense account.


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