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

Details pertaining to evaluation of the unit. More...

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

Public Member Functions

 UmUnitEvaluationRow (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 IsDateOfEvaluationNull ()
 test for NULL value More...
 
void SetDateOfEvaluationNull ()
 assign NULL value More...
 
bool IsEvaluationNumberNull ()
 test for NULL value More...
 
void SetEvaluationNumberNull ()
 assign NULL value More...
 
bool IsEvaluatorFamilyStatusNull ()
 test for NULL value More...
 
void SetEvaluatorFamilyStatusNull ()
 assign NULL value More...
 
bool IsEvaluatorHomeCountryNull ()
 test for NULL value More...
 
void SetEvaluatorHomeCountryNull ()
 assign NULL value More...
 
bool IsEvaluatorAgeNull ()
 test for NULL value More...
 
void SetEvaluatorAgeNull ()
 assign NULL value More...
 
bool IsEvaluatorSexNull ()
 test for NULL value More...
 
void SetEvaluatorSexNull ()
 assign NULL value More...
 
bool IsUnitEvaluationDataNull ()
 test for NULL value More...
 
void SetUnitEvaluationDataNull ()
 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...
 
System.DateTime DateOfEvaluation [get, set]
 Indicates the date of the evaluation. More...
 
Decimal EvaluationNumber [get, set]
 The evaluation number is generated from a database sequence. More...
 
String EvaluatorFamilyStatus [get, set]
 Indicates whether the evaluator is married, single, etc. More...
 
String EvaluatorHomeCountry [get, set]
 The name of the evaluator's home country. More...
 
Decimal EvaluatorAge [get, set]
 Age of the person conduction the unit evaluation. More...
 
String EvaluatorSex [get, set]
 
String UnitEvaluationData [get, set]
 Data regarding the unit evaluation. 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 pertaining to evaluation of the unit.

Constructor & Destructor Documentation

◆ UmUnitEvaluationRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDateOfEvaluationNull()

bool Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitEvaluationRow.IsDateOfEvaluationNull ( )
inline

test for NULL value

◆ IsEvaluationNumberNull()

bool Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitEvaluationRow.IsEvaluationNumberNull ( )
inline

test for NULL value

◆ IsEvaluatorAgeNull()

bool Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitEvaluationRow.IsEvaluatorAgeNull ( )
inline

test for NULL value

◆ IsEvaluatorFamilyStatusNull()

bool Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitEvaluationRow.IsEvaluatorFamilyStatusNull ( )
inline

test for NULL value

◆ IsEvaluatorHomeCountryNull()

bool Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitEvaluationRow.IsEvaluatorHomeCountryNull ( )
inline

test for NULL value

◆ IsEvaluatorSexNull()

bool Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitEvaluationRow.IsEvaluatorSexNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsPartnerKeyNull()

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

test for NULL value

◆ IsUnitEvaluationDataNull()

bool Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitEvaluationRow.IsUnitEvaluationDataNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDateOfEvaluationNull()

void Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitEvaluationRow.SetDateOfEvaluationNull ( )
inline

assign NULL value

◆ SetEvaluationNumberNull()

void Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitEvaluationRow.SetEvaluationNumberNull ( )
inline

assign NULL value

◆ SetEvaluatorAgeNull()

void Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitEvaluationRow.SetEvaluatorAgeNull ( )
inline

assign NULL value

◆ SetEvaluatorFamilyStatusNull()

void Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitEvaluationRow.SetEvaluatorFamilyStatusNull ( )
inline

assign NULL value

◆ SetEvaluatorHomeCountryNull()

void Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitEvaluationRow.SetEvaluatorHomeCountryNull ( )
inline

assign NULL value

◆ SetEvaluatorSexNull()

void Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitEvaluationRow.SetEvaluatorSexNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetPartnerKeyNull()

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

assign NULL value

◆ SetUnitEvaluationDataNull()

void Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitEvaluationRow.SetUnitEvaluationDataNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ DateOfEvaluation

System.DateTime Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitEvaluationRow.DateOfEvaluation
getset

Indicates the date of the evaluation.

◆ EvaluationNumber

Decimal Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitEvaluationRow.EvaluationNumber
getset

The evaluation number is generated from a database sequence.

◆ EvaluatorAge

Decimal Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitEvaluationRow.EvaluatorAge
getset

Age of the person conduction the unit evaluation.

◆ EvaluatorFamilyStatus

String Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitEvaluationRow.EvaluatorFamilyStatus
getset

Indicates whether the evaluator is married, single, etc.

◆ EvaluatorHomeCountry

String Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitEvaluationRow.EvaluatorHomeCountry
getset

The name of the evaluator's home country.

◆ EvaluatorSex

String Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitEvaluationRow.EvaluatorSex
getset

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ PartnerKey

Int64 Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitEvaluationRow.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.

◆ UnitEvaluationData

String Ict.Petra.Shared.MPersonnel.Units.Data.UmUnitEvaluationRow.UnitEvaluationData
getset

Data regarding the unit evaluation.


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