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

Extra properties that might want to be saved with an account can be defined in this table. More...

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

Public Member Functions

 AAccountPropertyCodeRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsPropertyCodeNull ()
 test for NULL value More...
 
void SetPropertyCodeNull ()
 assign NULL value More...
 
bool IsDescriptionNull ()
 test for NULL value More...
 
void SetDescriptionNull ()
 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 PropertyCode [get, set]
 Code for the property. More...
 
String Description [get, set]
 Description 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

Extra properties that might want to be saved with an account can be defined in this table.

Constructor & Destructor Documentation

◆ AAccountPropertyCodeRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDescriptionNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountPropertyCodeRow.IsDescriptionNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsPropertyCodeNull()

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

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDescriptionNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountPropertyCodeRow.SetDescriptionNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetPropertyCodeNull()

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

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ Description

String Ict.Petra.Shared.MFinance.Account.Data.AAccountPropertyCodeRow.Description
getset

Description of this property.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ PropertyCode

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

Code for the property.


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