OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MPersonnel.Personnel.Data.PtAbilityLevelRow Class Reference
Inheritance diagram for Ict.Petra.Shared.MPersonnel.Personnel.Data.PtAbilityLevelRow:

Public Member Functions

 PtAbilityLevelRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsAbilityLevelNull ()
 test for NULL value More...
 
void SetAbilityLevelNull ()
 assign NULL value More...
 
bool IsAbilityLevelDescrNull ()
 test for NULL value More...
 
void SetAbilityLevelDescrNull ()
 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 AbilityLevel [get, set]
 This field is a numeric representation of level of ability. More...
 
String AbilityLevelDescr [get, set]
 Describes the level of ability. More...
 
Boolean UnassignableFlag [get, set]
 Can this ability 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 degree to which an ability is possessed, e.g. a little. professional.

Constructor & Destructor Documentation

◆ PtAbilityLevelRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsAbilityLevelDescrNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtAbilityLevelRow.IsAbilityLevelDescrNull ( )
inline

test for NULL value

◆ IsAbilityLevelNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtAbilityLevelRow.IsAbilityLevelNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDeletableFlagNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsUnassignableDateNull()

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

test for NULL value

◆ IsUnassignableFlagNull()

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

test for NULL value

◆ SetAbilityLevelDescrNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtAbilityLevelRow.SetAbilityLevelDescrNull ( )
inline

assign NULL value

◆ SetAbilityLevelNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtAbilityLevelRow.SetAbilityLevelNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDeletableFlagNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetUnassignableDateNull()

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

assign NULL value

◆ SetUnassignableFlagNull()

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

assign NULL value

Property Documentation

◆ AbilityLevel

Int32 Ict.Petra.Shared.MPersonnel.Personnel.Data.PtAbilityLevelRow.AbilityLevel
getset

This field is a numeric representation of level of ability.

◆ AbilityLevelDescr

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PtAbilityLevelRow.AbilityLevelDescr
getset

Describes the level of ability.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ DeletableFlag

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

Indicates if a record can be deleted.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ UnassignableDate

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

This is the date the record was last updated.

◆ UnassignableFlag

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

Can this ability level be assigned?


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