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

The element types that are available for placing in forms. More...

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

Public Member Functions

 AFormElementTypeRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsFormCodeNull ()
 test for NULL value More...
 
void SetFormCodeNull ()
 assign NULL value More...
 
bool IsFormElementTypeCodeNull ()
 test for NULL value More...
 
void SetFormElementTypeCodeNull ()
 assign NULL value More...
 
bool IsFormElementTypeDescNull ()
 test for NULL value More...
 
void SetFormElementTypeDescNull ()
 assign NULL value More...
 
bool IsDefaultLengthNull ()
 test for NULL value More...
 
void SetDefaultLengthNull ()
 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 FormCode [get, set]
 The code which defines the type of form described in the table. More...
 
String FormElementTypeCode [get, set]
 The code of an element type that can be positioned for use on a form. More...
 
String FormElementTypeDesc [get, set]
 Description of Element Type. More...
 
Int32 DefaultLength [get, set]
 
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 element types that are available for placing in forms.

Constructor & Destructor Documentation

◆ AFormElementTypeRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDefaultLengthNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFormElementTypeRow.IsDefaultLengthNull ( )
inline

test for NULL value

◆ IsFormCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFormElementTypeRow.IsFormCodeNull ( )
inline

test for NULL value

◆ IsFormElementTypeCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFormElementTypeRow.IsFormElementTypeCodeNull ( )
inline

test for NULL value

◆ IsFormElementTypeDescNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFormElementTypeRow.IsFormElementTypeDescNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDefaultLengthNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFormElementTypeRow.SetDefaultLengthNull ( )
inline

assign NULL value

◆ SetFormCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFormElementTypeRow.SetFormCodeNull ( )
inline

assign NULL value

◆ SetFormElementTypeCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFormElementTypeRow.SetFormElementTypeCodeNull ( )
inline

assign NULL value

◆ SetFormElementTypeDescNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFormElementTypeRow.SetFormElementTypeDescNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ DefaultLength

Int32 Ict.Petra.Shared.MFinance.Account.Data.AFormElementTypeRow.DefaultLength
getset

◆ FormCode

String Ict.Petra.Shared.MFinance.Account.Data.AFormElementTypeRow.FormCode
getset

The code which defines the type of form described in the table.

◆ FormElementTypeCode

String Ict.Petra.Shared.MFinance.Account.Data.AFormElementTypeRow.FormElementTypeCode
getset

The code of an element type that can be positioned for use on a form.

◆ FormElementTypeDesc

String Ict.Petra.Shared.MFinance.Account.Data.AFormElementTypeRow.FormElementTypeDesc
getset

Description of Element Type.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.


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