OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow Class Reference

This is the level to which a skill is possessed. More...

Inheritance diagram for Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow:

Public Member Functions

 PtSkillLevelRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsLevelNull ()
 test for NULL value More...
 
void SetLevelNull ()
 assign NULL value More...
 
bool IsDescriptionNull ()
 test for NULL value More...
 
void SetDescriptionNull ()
 assign NULL value More...
 
bool IsUnassignableFlagNull ()
 test for NULL value More...
 
void SetUnassignableFlagNull ()
 assign NULL value More...
 
bool IsUnassignableDateNull ()
 test for NULL value More...
 
void SetUnassignableDateNull ()
 assign NULL value More...
 
bool IsDeletableFlagNull ()
 test for NULL value More...
 
void SetDeletableFlagNull ()
 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

Int32 Level [get, set]
 This field is a numeric representation of level of skill. More...
 
String Description [get, set]
 Describes the level of skill. More...
 
Boolean UnassignableFlag [get, set]
 Can this skill level be assigned? More...
 
System.? DateTime UnassignableDate [get, set]
 This is the date the record was last updated. More...
 
Boolean DeletableFlag [get, set]
 Indicates if a record can be deleted. 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

This is the level to which a skill is possessed.

Constructor & Destructor Documentation

◆ PtSkillLevelRow()

Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.PtSkillLevelRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.InitValues ( )
inlinevirtual

set default values

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsDeletableFlagNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.IsDeletableFlagNull ( )
inline

test for NULL value

◆ IsDescriptionNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.IsDescriptionNull ( )
inline

test for NULL value

◆ IsLevelNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.IsLevelNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsUnassignableDateNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.IsUnassignableDateNull ( )
inline

test for NULL value

◆ IsUnassignableFlagNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.IsUnassignableFlagNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetDeletableFlagNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.SetDeletableFlagNull ( )
inline

assign NULL value

◆ SetDescriptionNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.SetDescriptionNull ( )
inline

assign NULL value

◆ SetLevelNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.SetLevelNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetUnassignableDateNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.SetUnassignableDateNull ( )
inline

assign NULL value

◆ SetUnassignableFlagNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.SetUnassignableFlagNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.DateModified
getset

The date the record was modified.

◆ DeletableFlag

Boolean Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.DeletableFlag
getset

Indicates if a record can be deleted.

◆ Description

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.Description
getset

Describes the level of skill.

◆ Level

Int32 Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.Level
getset

This field is a numeric representation of level of skill.

◆ ModificationId

DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.ModifiedBy
getset

User ID of who last modified this record.

◆ UnassignableDate

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.UnassignableDate
getset

This is the date the record was last updated.

◆ UnassignableFlag

Boolean Ict.Petra.Shared.MPersonnel.Personnel.Data.PtSkillLevelRow.UnassignableFlag
getset

Can this skill level be assigned?


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