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

Each element that can be displayed on a form is defined on this table. More...

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

Public Member Functions

 AFormElementRow (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 IsFormNameNull ()
 test for NULL value More...
 
void SetFormNameNull ()
 assign NULL value More...
 
bool IsFormSequenceNull ()
 test for NULL value More...
 
void SetFormSequenceNull ()
 assign NULL value More...
 
bool IsFormElementTypeCodeNull ()
 test for NULL value More...
 
void SetFormElementTypeCodeNull ()
 assign NULL value More...
 
bool IsColumnNull ()
 test for NULL value More...
 
void SetColumnNull ()
 assign NULL value More...
 
bool IsRowNull ()
 test for NULL value More...
 
void SetRowNull ()
 assign NULL value More...
 
bool IsLengthNull ()
 test for NULL value More...
 
void SetLengthNull ()
 assign NULL value More...
 
bool IsSkipNull ()
 test for NULL value More...
 
void SetSkipNull ()
 assign NULL value More...
 
bool IsWhenPrintNull ()
 test for NULL value More...
 
void SetWhenPrintNull ()
 assign NULL value More...
 
bool IsLiteralTextNull ()
 test for NULL value More...
 
void SetLiteralTextNull ()
 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 FormName [get, set]
 The name of the form being created for the form code. More...
 
Int32 FormSequence [get, set]
 Unique identifier of each form element within a form. More...
 
String FormElementTypeCode [get, set]
 The code of an element type that can be possitioned for use on a form. More...
 
Int32 Column [get, set]
 The column that the element is to be displayed at on the form. More...
 
Int32 Row [get, set]
 The row on the page that the element is to be displayed at. More...
 
Int32 Length [get, set]
 The display length for the element. e.g. it may be necessary to truncate fields. More...
 
Int32 Skip [get, set]
 This stores the number of characters to skip prior to printing. It can be used to spread a description over two lines. More...
 
String WhenPrint [get, set]
 Indicates when the element is printed. This would indicate detail lines, first, last page etc. More...
 
String LiteralText [get, set]
 Text to be displayed if the element is defined as a literal. 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

Each element that can be displayed on a form is defined on this table.

Constructor & Destructor Documentation

◆ AFormElementRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsColumnNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.IsColumnNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsFormCodeNull()

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

test for NULL value

◆ IsFormElementTypeCodeNull()

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

test for NULL value

◆ IsFormNameNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.IsFormNameNull ( )
inline

test for NULL value

◆ IsFormSequenceNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.IsFormSequenceNull ( )
inline

test for NULL value

◆ IsLengthNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.IsLengthNull ( )
inline

test for NULL value

◆ IsLiteralTextNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.IsLiteralTextNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsRowNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.IsRowNull ( )
inline

test for NULL value

◆ IsSkipNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.IsSkipNull ( )
inline

test for NULL value

◆ IsWhenPrintNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.IsWhenPrintNull ( )
inline

test for NULL value

◆ SetColumnNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.SetColumnNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetFormCodeNull()

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

assign NULL value

◆ SetFormElementTypeCodeNull()

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

assign NULL value

◆ SetFormNameNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.SetFormNameNull ( )
inline

assign NULL value

◆ SetFormSequenceNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.SetFormSequenceNull ( )
inline

assign NULL value

◆ SetLengthNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.SetLengthNull ( )
inline

assign NULL value

◆ SetLiteralTextNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.SetLiteralTextNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetRowNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.SetRowNull ( )
inline

assign NULL value

◆ SetSkipNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.SetSkipNull ( )
inline

assign NULL value

◆ SetWhenPrintNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.SetWhenPrintNull ( )
inline

assign NULL value

Property Documentation

◆ Column

Int32 Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.Column
getset

The column that the element is to be displayed at on the form.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ FormCode

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

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

◆ FormElementTypeCode

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

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

◆ FormName

String Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.FormName
getset

The name of the form being created for the form code.

◆ FormSequence

Int32 Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.FormSequence
getset

Unique identifier of each form element within a form.

◆ Length

Int32 Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.Length
getset

The display length for the element. e.g. it may be necessary to truncate fields.

◆ LiteralText

String Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.LiteralText
getset

Text to be displayed if the element is defined as a literal.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ Row

Int32 Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.Row
getset

The row on the page that the element is to be displayed at.

◆ Skip

Int32 Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.Skip
getset

This stores the number of characters to skip prior to printing. It can be used to spread a description over two lines.

◆ WhenPrint

String Ict.Petra.Shared.MFinance.Account.Data.AFormElementRow.WhenPrint
getset

Indicates when the element is printed. This would indicate detail lines, first, last page etc.


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