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

Associates groups with roles. More...

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

Public Member Functions

 SJobGroupRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsPositionNameNull ()
 test for NULL value More...
 
void SetPositionNameNull ()
 assign NULL value More...
 
bool IsPositionScopeNull ()
 test for NULL value More...
 
void SetPositionScopeNull ()
 assign NULL value More...
 
bool IsJobKeyNull ()
 test for NULL value More...
 
void SetJobKeyNull ()
 assign NULL value More...
 
bool IsGroupIdNull ()
 test for NULL value More...
 
void SetGroupIdNull ()
 assign NULL value More...
 
bool IsUnitKeyNull ()
 test for NULL value More...
 
void SetUnitKeyNull ()
 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 PositionName [get, set]
 Name of the position. More...
 
String PositionScope [get, set]
 Scope of the position. More...
 
Int32 JobKey [get, set]
 Position record identifier. More...
 
String GroupId [get, set]
 identifies a system group More...
 
Int64 UnitKey [get, set]
 Field that this role/group assignment relates to. 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

Associates groups with roles.

Constructor & Destructor Documentation

◆ SJobGroupRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsGroupIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SJobGroupRow.IsGroupIdNull ( )
inline

test for NULL value

◆ IsJobKeyNull()

bool Ict.Petra.Shared.MSysMan.Data.SJobGroupRow.IsJobKeyNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsPositionNameNull()

bool Ict.Petra.Shared.MSysMan.Data.SJobGroupRow.IsPositionNameNull ( )
inline

test for NULL value

◆ IsPositionScopeNull()

bool Ict.Petra.Shared.MSysMan.Data.SJobGroupRow.IsPositionScopeNull ( )
inline

test for NULL value

◆ IsUnitKeyNull()

bool Ict.Petra.Shared.MSysMan.Data.SJobGroupRow.IsUnitKeyNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetGroupIdNull()

void Ict.Petra.Shared.MSysMan.Data.SJobGroupRow.SetGroupIdNull ( )
inline

assign NULL value

◆ SetJobKeyNull()

void Ict.Petra.Shared.MSysMan.Data.SJobGroupRow.SetJobKeyNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetPositionNameNull()

void Ict.Petra.Shared.MSysMan.Data.SJobGroupRow.SetPositionNameNull ( )
inline

assign NULL value

◆ SetPositionScopeNull()

void Ict.Petra.Shared.MSysMan.Data.SJobGroupRow.SetPositionScopeNull ( )
inline

assign NULL value

◆ SetUnitKeyNull()

void Ict.Petra.Shared.MSysMan.Data.SJobGroupRow.SetUnitKeyNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ GroupId

String Ict.Petra.Shared.MSysMan.Data.SJobGroupRow.GroupId
getset

identifies a system group

◆ JobKey

Int32 Ict.Petra.Shared.MSysMan.Data.SJobGroupRow.JobKey
getset

Position record identifier.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ PositionName

String Ict.Petra.Shared.MSysMan.Data.SJobGroupRow.PositionName
getset

Name of the position.

◆ PositionScope

String Ict.Petra.Shared.MSysMan.Data.SJobGroupRow.PositionScope
getset

Scope of the position.

◆ UnitKey

Int64 Ict.Petra.Shared.MSysMan.Data.SJobGroupRow.UnitKey
getset

Field that this role/group assignment relates to.


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