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

The settings that are system wide (iso per user) More...

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

Public Member Functions

 SSystemDefaultsRow (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 IsDefaultCodeLocalNull ()
 test for NULL value More...
 
void SetDefaultCodeLocalNull ()
 assign NULL value More...
 
bool IsDefaultCodeIntlNull ()
 test for NULL value More...
 
void SetDefaultCodeIntlNull ()
 assign NULL value More...
 
bool IsDefaultDescriptionNull ()
 test for NULL value More...
 
void SetDefaultDescriptionNull ()
 assign NULL value More...
 
bool IsCategoryNull ()
 test for NULL value More...
 
void SetCategoryNull ()
 assign NULL value More...
 
bool IsDefaultValueNull ()
 test for NULL value More...
 
void SetDefaultValueNull ()
 assign NULL value More...
 
bool IsReadOnlyNull ()
 test for NULL value More...
 
void SetReadOnlyNull ()
 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]
 
String DefaultCodeLocal [get, set]
 Default Code in easy to read format. More...
 
String DefaultCodeIntl [get, set]
 Default Code in easy to read format in English. More...
 
String DefaultDescription [get, set]
 Description of what this code does. More...
 
String Category [get, set]
 Category of code (e.g. Partner, Gift) More...
 
String DefaultValue [get, set]
 
Boolean ReadOnly [get, set]
 Determines if the value can be edited in the GUI. 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

The settings that are system wide (iso per user)

Constructor & Destructor Documentation

◆ SSystemDefaultsRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCategoryNull()

bool Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsRow.IsCategoryNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDefaultCodeIntlNull()

bool Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsRow.IsDefaultCodeIntlNull ( )
inline

test for NULL value

◆ IsDefaultCodeLocalNull()

bool Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsRow.IsDefaultCodeLocalNull ( )
inline

test for NULL value

◆ IsDefaultCodeNull()

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

test for NULL value

◆ IsDefaultDescriptionNull()

bool Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsRow.IsDefaultDescriptionNull ( )
inline

test for NULL value

◆ IsDefaultValueNull()

bool Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsRow.IsDefaultValueNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsReadOnlyNull()

bool Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsRow.IsReadOnlyNull ( )
inline

test for NULL value

◆ SetCategoryNull()

void Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsRow.SetCategoryNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDefaultCodeIntlNull()

void Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsRow.SetDefaultCodeIntlNull ( )
inline

assign NULL value

◆ SetDefaultCodeLocalNull()

void Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsRow.SetDefaultCodeLocalNull ( )
inline

assign NULL value

◆ SetDefaultCodeNull()

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

assign NULL value

◆ SetDefaultDescriptionNull()

void Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsRow.SetDefaultDescriptionNull ( )
inline

assign NULL value

◆ SetDefaultValueNull()

void Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsRow.SetDefaultValueNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetReadOnlyNull()

void Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsRow.SetReadOnlyNull ( )
inline

assign NULL value

Property Documentation

◆ Category

String Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsRow.Category
getset

Category of code (e.g. Partner, Gift)

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ DefaultCode

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

◆ DefaultCodeIntl

String Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsRow.DefaultCodeIntl
getset

Default Code in easy to read format in English.

◆ DefaultCodeLocal

String Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsRow.DefaultCodeLocal
getset

Default Code in easy to read format.

◆ DefaultDescription

String Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsRow.DefaultDescription
getset

Description of what this code does.

◆ DefaultValue

String Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsRow.DefaultValue
getset

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ ReadOnly

Boolean Ict.Petra.Shared.MSysMan.Data.SSystemDefaultsRow.ReadOnly
getset

Determines if the value can be edited in the GUI.


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