OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow Class Reference

Describes the GUI controls for editing the default values. More...

Inheritance diagram for Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow:

Public Member Functions

 SSystemDefaultsGuiRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsDefaultCodeNull ()
 test for NULL value More...
 
void SetDefaultCodeNull ()
 assign NULL value More...
 
bool IsControlIdNull ()
 test for NULL value More...
 
void SetControlIdNull ()
 assign NULL value More...
 
bool IsControlLabelNull ()
 test for NULL value More...
 
void SetControlLabelNull ()
 assign NULL value More...
 
bool IsControlTypeNull ()
 test for NULL value More...
 
void SetControlTypeNull ()
 assign NULL value More...
 
bool IsControlOptionalValuesNull ()
 test for NULL value More...
 
void SetControlOptionalValuesNull ()
 assign NULL value More...
 
bool IsControlAttributesNull ()
 test for NULL value More...
 
void SetControlAttributesNull ()
 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 DefaultCode [get, set]
 
Int32 ControlId [get, set]
 An ID for the control array that determines the display order. More...
 
String ControlLabel [get, set]
 Label to display. More...
 
String ControlType [get, set]
 Type of control (e.g. txt, cmb, dtp) More...
 
String ControlOptionalValues [get, set]
 Optional values that apply to a control of type cmb. More...
 
String ControlAttributes [get, set]
 List of comma separated additional control attributes, e.g. Width, Type etc. 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

Describes the GUI controls for editing the default values.

Constructor & Destructor Documentation

◆ SSystemDefaultsGuiRow()

Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.SSystemDefaultsGuiRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.InitValues ( )
inlinevirtual

set default values

◆ IsControlAttributesNull()

bool Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.IsControlAttributesNull ( )
inline

test for NULL value

◆ IsControlIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.IsControlIdNull ( )
inline

test for NULL value

◆ IsControlLabelNull()

bool Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.IsControlLabelNull ( )
inline

test for NULL value

◆ IsControlOptionalValuesNull()

bool Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.IsControlOptionalValuesNull ( )
inline

test for NULL value

◆ IsControlTypeNull()

bool Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.IsControlTypeNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsDefaultCodeNull()

bool Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.IsDefaultCodeNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.IsModifiedByNull ( )
inline

test for NULL value

◆ SetControlAttributesNull()

void Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.SetControlAttributesNull ( )
inline

assign NULL value

◆ SetControlIdNull()

void Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.SetControlIdNull ( )
inline

assign NULL value

◆ SetControlLabelNull()

void Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.SetControlLabelNull ( )
inline

assign NULL value

◆ SetControlOptionalValuesNull()

void Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.SetControlOptionalValuesNull ( )
inline

assign NULL value

◆ SetControlTypeNull()

void Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.SetControlTypeNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetDefaultCodeNull()

void Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.SetDefaultCodeNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.SetModifiedByNull ( )
inline

assign NULL value

Property Documentation

◆ ControlAttributes

String Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.ControlAttributes
getset

List of comma separated additional control attributes, e.g. Width, Type etc.

◆ ControlId

Int32 Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.ControlId
getset

An ID for the control array that determines the display order.

◆ ControlLabel

String Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.ControlLabel
getset

Label to display.

◆ ControlOptionalValues

String Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.ControlOptionalValues
getset

Optional values that apply to a control of type cmb.

◆ ControlType

String Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.ControlType
getset

Type of control (e.g. txt, cmb, dtp)

◆ CreatedBy

String Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.DateModified
getset

The date the record was modified.

◆ DefaultCode

String Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.DefaultCode
getset

◆ ModificationId

DateTime Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsGuiRow.ModifiedBy
getset

User ID of who last modified this record.


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