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

Properties and optional values for an account can be saved in this table. More...

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

Public Member Functions

 AAccountPropertyRow (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 IsAccountCodeNull ()
 test for NULL value More...
 
void SetAccountCodeNull ()
 assign NULL value More...
 
bool IsPropertyCodeNull ()
 test for NULL value More...
 
void SetPropertyCodeNull ()
 assign NULL value More...
 
bool IsPropertyValueNull ()
 test for NULL value More...
 
void SetPropertyValueNull ()
 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 AccountCode [get, set]
 This identifies the account the financial transaction must be stored against. More...
 
String PropertyCode [get, set]
 Code for the property. More...
 
String PropertyValue [get, set]
 value of this property 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

Properties and optional values for an account can be saved in this table.

Constructor & Destructor Documentation

◆ AAccountPropertyRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsAccountCodeNull()

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

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsPropertyCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountPropertyRow.IsPropertyCodeNull ( )
inline

test for NULL value

◆ IsPropertyValueNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountPropertyRow.IsPropertyValueNull ( )
inline

test for NULL value

◆ SetAccountCodeNull()

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

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetPropertyCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountPropertyRow.SetPropertyCodeNull ( )
inline

assign NULL value

◆ SetPropertyValueNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountPropertyRow.SetPropertyValueNull ( )
inline

assign NULL value

Property Documentation

◆ AccountCode

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

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

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ LedgerNumber

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

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ PropertyCode

String Ict.Petra.Shared.MFinance.Account.Data.AAccountPropertyRow.PropertyCode
getset

Code for the property.

◆ PropertyValue

String Ict.Petra.Shared.MFinance.Account.Data.AAccountPropertyRow.PropertyValue
getset

value of this property


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