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

Details of the abilities within the unit. More...

Inheritance diagram for Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow:

Public Member Functions

 UmUnitAbilityRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsPartnerKeyNull ()
 test for NULL value More...
 
void SetPartnerKeyNull ()
 assign NULL value More...
 
bool IsAbilityAreaNameNull ()
 test for NULL value More...
 
void SetAbilityAreaNameNull ()
 assign NULL value More...
 
bool IsYearsOfExperienceNull ()
 test for NULL value More...
 
void SetYearsOfExperienceNull ()
 assign NULL value More...
 
bool IsAbilityLevelNull ()
 test for NULL value More...
 
void SetAbilityLevelNull ()
 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

Int64 PartnerKey [get, set]
 This is the partner key assigned to each partner. It consists of the fund id followed by a computer generated six digit number. More...
 
String AbilityAreaName [get, set]
 Name of the area of ability. More...
 
Int32 YearsOfExperience [get, set]
 Years of experience this required for this ability. More...
 
Int32 AbilityLevel [get, set]
 This field is a numeric representation of level of ability. 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

Details of the abilities within the unit.

Constructor & Destructor Documentation

◆ UmUnitAbilityRow()

Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.UmUnitAbilityRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.InitValues ( )
inlinevirtual

set default values

◆ IsAbilityAreaNameNull()

bool Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.IsAbilityAreaNameNull ( )
inline

test for NULL value

◆ IsAbilityLevelNull()

bool Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.IsAbilityLevelNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsPartnerKeyNull()

bool Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.IsPartnerKeyNull ( )
inline

test for NULL value

◆ IsYearsOfExperienceNull()

bool Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.IsYearsOfExperienceNull ( )
inline

test for NULL value

◆ SetAbilityAreaNameNull()

void Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.SetAbilityAreaNameNull ( )
inline

assign NULL value

◆ SetAbilityLevelNull()

void Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.SetAbilityLevelNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetPartnerKeyNull()

void Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.SetPartnerKeyNull ( )
inline

assign NULL value

◆ SetYearsOfExperienceNull()

void Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.SetYearsOfExperienceNull ( )
inline

assign NULL value

Property Documentation

◆ AbilityAreaName

String Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.AbilityAreaName
getset

Name of the area of ability.

◆ AbilityLevel

Int32 Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.AbilityLevel
getset

This field is a numeric representation of level of ability.

◆ CreatedBy

String Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.DateModified
getset

The date the record was modified.

◆ ModificationId

DateTime Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.ModifiedBy
getset

User ID of who last modified this record.

◆ PartnerKey

Int64 Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.PartnerKey
getset

This is the partner key assigned to each partner. It consists of the fund id followed by a computer generated six digit number.

◆ YearsOfExperience

Int32 Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitAbilityRow.YearsOfExperience
getset

Years of experience this required for this ability.


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