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

Subsystems to the general ledger which can be added and removed independantly. Eg GL, AP, AR, GR. More...

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

Public Member Functions

 ASubSystemRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsSubSystemCodeNull ()
 test for NULL value More...
 
void SetSubSystemCodeNull ()
 assign NULL value More...
 
bool IsSubSystemNameNull ()
 test for NULL value More...
 
void SetSubSystemNameNull ()
 assign NULL value More...
 
bool IsSetupSubSystemProcessNull ()
 test for NULL value More...
 
void SetSetupSubSystemProcessNull ()
 assign NULL value More...
 
bool IsSubSystemToCallNull ()
 test for NULL value More...
 
void SetSubSystemToCallNull ()
 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

String SubSystemCode [get, set]
 Defines a sub system of accounts. More...
 
String SubSystemName [get, set]
 Name of a sub system. More...
 
String SetupSubSystemProcess [get, set]
 The filename of the process to call. More...
 
String SubSystemToCall [get, set]
 The filename of the process to call. 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

Subsystems to the general ledger which can be added and removed independantly. Eg GL, AP, AR, GR.

Constructor & Destructor Documentation

◆ ASubSystemRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsSetupSubSystemProcessNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ASubSystemRow.IsSetupSubSystemProcessNull ( )
inline

test for NULL value

◆ IsSubSystemCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ASubSystemRow.IsSubSystemCodeNull ( )
inline

test for NULL value

◆ IsSubSystemNameNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ASubSystemRow.IsSubSystemNameNull ( )
inline

test for NULL value

◆ IsSubSystemToCallNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ASubSystemRow.IsSubSystemToCallNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetSetupSubSystemProcessNull()

void Ict.Petra.Shared.MFinance.Account.Data.ASubSystemRow.SetSetupSubSystemProcessNull ( )
inline

assign NULL value

◆ SetSubSystemCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ASubSystemRow.SetSubSystemCodeNull ( )
inline

assign NULL value

◆ SetSubSystemNameNull()

void Ict.Petra.Shared.MFinance.Account.Data.ASubSystemRow.SetSubSystemNameNull ( )
inline

assign NULL value

◆ SetSubSystemToCallNull()

void Ict.Petra.Shared.MFinance.Account.Data.ASubSystemRow.SetSubSystemToCallNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ SetupSubSystemProcess

String Ict.Petra.Shared.MFinance.Account.Data.ASubSystemRow.SetupSubSystemProcess
getset

The filename of the process to call.

◆ SubSystemCode

String Ict.Petra.Shared.MFinance.Account.Data.ASubSystemRow.SubSystemCode
getset

Defines a sub system of accounts.

◆ SubSystemName

String Ict.Petra.Shared.MFinance.Account.Data.ASubSystemRow.SubSystemName
getset

Name of a sub system.

◆ SubSystemToCall

String Ict.Petra.Shared.MFinance.Account.Data.ASubSystemRow.SubSystemToCall
getset

The filename of the process to call.


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