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

Stores various default values and options for each user. More...

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

Public Member Functions

 SUserDefaultsRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsUserIdNull ()
 test for NULL value More...
 
void SetUserIdNull ()
 assign NULL value More...
 
bool IsDefaultCodeNull ()
 test for NULL value More...
 
void SetDefaultCodeNull ()
 assign NULL value More...
 
bool IsDefaultValueNull ()
 test for NULL value More...
 
void SetDefaultValueNull ()
 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 UserId [get, set]
 This identifies who the current user is. More...
 
String DefaultCode [get, set]
 The name of the default. More...
 
String DefaultValue [get, set]
 The value of the default. 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

Stores various default values and options for each user.

Constructor & Destructor Documentation

◆ SUserDefaultsRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDefaultCodeNull()

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

test for NULL value

◆ IsDefaultValueNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsUserIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SUserDefaultsRow.IsUserIdNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDefaultCodeNull()

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

assign NULL value

◆ SetDefaultValueNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetUserIdNull()

void Ict.Petra.Shared.MSysMan.Data.SUserDefaultsRow.SetUserIdNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ DefaultCode

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

The name of the default.

◆ DefaultValue

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

The value of the default.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ UserId

String Ict.Petra.Shared.MSysMan.Data.SUserDefaultsRow.UserId
getset

This identifies who the current user is.


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