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

This table describes the skills that a person has (including professional skills but also other ones). More...

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

Public Member Functions

 PmPersonSkillRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsPersonSkillKeyNull ()
 test for NULL value More...
 
void SetPersonSkillKeyNull ()
 assign NULL value More...
 
bool IsPartnerKeyNull ()
 test for NULL value More...
 
void SetPartnerKeyNull ()
 assign NULL value More...
 
bool IsSkillCategoryCodeNull ()
 test for NULL value More...
 
void SetSkillCategoryCodeNull ()
 assign NULL value More...
 
bool IsDescriptionEnglishNull ()
 test for NULL value More...
 
void SetDescriptionEnglishNull ()
 assign NULL value More...
 
bool IsDescriptionLocalNull ()
 test for NULL value More...
 
void SetDescriptionLocalNull ()
 assign NULL value More...
 
bool IsDescriptionLanguageNull ()
 test for NULL value More...
 
void SetDescriptionLanguageNull ()
 assign NULL value More...
 
bool IsSkillLevelNull ()
 test for NULL value More...
 
void SetSkillLevelNull ()
 assign NULL value More...
 
bool IsYearsOfExperienceNull ()
 test for NULL value More...
 
void SetYearsOfExperienceNull ()
 assign NULL value More...
 
bool IsYearsOfExperienceAsOfNull ()
 test for NULL value More...
 
void SetYearsOfExperienceAsOfNull ()
 assign NULL value More...
 
bool IsProfessionalSkillNull ()
 test for NULL value More...
 
void SetProfessionalSkillNull ()
 assign NULL value More...
 
bool IsCurrentOccupationNull ()
 test for NULL value More...
 
void SetCurrentOccupationNull ()
 assign NULL value More...
 
bool IsDegreeNull ()
 test for NULL value More...
 
void SetDegreeNull ()
 assign NULL value More...
 
bool IsYearOfDegreeNull ()
 test for NULL value More...
 
void SetYearOfDegreeNull ()
 assign NULL value More...
 
bool IsCommentNull ()
 test for NULL value More...
 
void SetCommentNull ()
 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 PersonSkillKey [get, set]
 
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 SkillCategoryCode [get, set]
 Skill Category. More...
 
String DescriptionEnglish [get, set]
 Description of skill in english language. More...
 
String DescriptionLocal [get, set]
 Description of skill in local language. More...
 
String DescriptionLanguage [get, set]
 Language that is used in field pm_description_local_c. More...
 
Int32 SkillLevel [get, set]
 This field is a numeric representation of level of skill. More...
 
Int32 YearsOfExperience [get, set]
 Years of experience this person has had this skill. More...
 
System.? DateTime YearsOfExperienceAsOf [get, set]
 The date the years of experience were up to date. More...
 
Boolean ProfessionalSkill [get, set]
 Indicates if this is a professional skill. More...
 
Boolean CurrentOccupation [get, set]
 Indicates if this is the person's current occupation. More...
 
String Degree [get, set]
 Degree that is linked with the skill (if applicable) More...
 
Int32 YearOfDegree [get, set]
 Year the degree was obtained. More...
 
String Comment [get, set]
 
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 table describes the skills that a person has (including professional skills but also other ones).

Constructor & Destructor Documentation

◆ PmPersonSkillRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCommentNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.IsCommentNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsCurrentOccupationNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.IsCurrentOccupationNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDegreeNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.IsDegreeNull ( )
inline

test for NULL value

◆ IsDescriptionEnglishNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.IsDescriptionEnglishNull ( )
inline

test for NULL value

◆ IsDescriptionLanguageNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.IsDescriptionLanguageNull ( )
inline

test for NULL value

◆ IsDescriptionLocalNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.IsDescriptionLocalNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsPartnerKeyNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.IsPartnerKeyNull ( )
inline

test for NULL value

◆ IsPersonSkillKeyNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.IsPersonSkillKeyNull ( )
inline

test for NULL value

◆ IsProfessionalSkillNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.IsProfessionalSkillNull ( )
inline

test for NULL value

◆ IsSkillCategoryCodeNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.IsSkillCategoryCodeNull ( )
inline

test for NULL value

◆ IsSkillLevelNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.IsSkillLevelNull ( )
inline

test for NULL value

◆ IsYearOfDegreeNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.IsYearOfDegreeNull ( )
inline

test for NULL value

◆ IsYearsOfExperienceAsOfNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.IsYearsOfExperienceAsOfNull ( )
inline

test for NULL value

◆ IsYearsOfExperienceNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.IsYearsOfExperienceNull ( )
inline

test for NULL value

◆ SetCommentNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.SetCommentNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetCurrentOccupationNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.SetCurrentOccupationNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDegreeNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.SetDegreeNull ( )
inline

assign NULL value

◆ SetDescriptionEnglishNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.SetDescriptionEnglishNull ( )
inline

assign NULL value

◆ SetDescriptionLanguageNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.SetDescriptionLanguageNull ( )
inline

assign NULL value

◆ SetDescriptionLocalNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.SetDescriptionLocalNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetPartnerKeyNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.SetPartnerKeyNull ( )
inline

assign NULL value

◆ SetPersonSkillKeyNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.SetPersonSkillKeyNull ( )
inline

assign NULL value

◆ SetProfessionalSkillNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.SetProfessionalSkillNull ( )
inline

assign NULL value

◆ SetSkillCategoryCodeNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.SetSkillCategoryCodeNull ( )
inline

assign NULL value

◆ SetSkillLevelNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.SetSkillLevelNull ( )
inline

assign NULL value

◆ SetYearOfDegreeNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.SetYearOfDegreeNull ( )
inline

assign NULL value

◆ SetYearsOfExperienceAsOfNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.SetYearsOfExperienceAsOfNull ( )
inline

assign NULL value

◆ SetYearsOfExperienceNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.SetYearsOfExperienceNull ( )
inline

assign NULL value

Property Documentation

◆ Comment

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.Comment
getset

◆ CreatedBy

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

User ID of who created this record.

◆ CurrentOccupation

Boolean Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.CurrentOccupation
getset

Indicates if this is the person's current occupation.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ Degree

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.Degree
getset

Degree that is linked with the skill (if applicable)

◆ DescriptionEnglish

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.DescriptionEnglish
getset

Description of skill in english language.

◆ DescriptionLanguage

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.DescriptionLanguage
getset

Language that is used in field pm_description_local_c.

◆ DescriptionLocal

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.DescriptionLocal
getset

Description of skill in local language.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ PartnerKey

Int64 Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.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.

◆ PersonSkillKey

Int32 Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.PersonSkillKey
getset

◆ ProfessionalSkill

Boolean Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.ProfessionalSkill
getset

Indicates if this is a professional skill.

◆ SkillCategoryCode

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.SkillCategoryCode
getset

Skill Category.

◆ SkillLevel

Int32 Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.SkillLevel
getset

This field is a numeric representation of level of skill.

◆ YearOfDegree

Int32 Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.YearOfDegree
getset

Year the degree was obtained.

◆ YearsOfExperience

Int32 Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.YearsOfExperience
getset

Years of experience this person has had this skill.

◆ YearsOfExperienceAsOf

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPersonSkillRow.YearsOfExperienceAsOf
getset

The date the years of experience were up to date.


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