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

This defines the position one fills. More...

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

Public Member Functions

 PmJobAssignmentRow (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 IsUnitKeyNull ()
 test for NULL value More...
 
void SetUnitKeyNull ()
 assign NULL value More...
 
bool IsPositionNameNull ()
 test for NULL value More...
 
void SetPositionNameNull ()
 assign NULL value More...
 
bool IsPositionScopeNull ()
 test for NULL value More...
 
void SetPositionScopeNull ()
 assign NULL value More...
 
bool IsJobKeyNull ()
 test for NULL value More...
 
void SetJobKeyNull ()
 assign NULL value More...
 
bool IsJobAssignmentKeyNull ()
 test for NULL value More...
 
void SetJobAssignmentKeyNull ()
 assign NULL value More...
 
bool IsAssistantToNull ()
 test for NULL value More...
 
void SetAssistantToNull ()
 assign NULL value More...
 
bool IsAssignmentTypeCodeNull ()
 test for NULL value More...
 
void SetAssignmentTypeCodeNull ()
 assign NULL value More...
 
bool IsCostsChangedFlagNull ()
 test for NULL value More...
 
void SetCostsChangedFlagNull ()
 assign NULL value More...
 
bool IsFromDateNull ()
 test for NULL value More...
 
void SetFromDateNull ()
 assign NULL value More...
 
bool IsToDateNull ()
 test for NULL value More...
 
void SetToDateNull ()
 assign NULL value More...
 
bool IsHrdCpyDetailChangeFlagNull ()
 test for NULL value More...
 
void SetHrdCpyDetailChangeFlagNull ()
 assign NULL value More...
 
bool IsDeleteableFlagNull ()
 test for NULL value More...
 
void SetDeleteableFlagNull ()
 assign NULL value More...
 
bool IsRegistrationOfficeNull ()
 test for NULL value More...
 
void SetRegistrationOfficeNull ()
 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...
 
Int64 UnitKey [get, set]
 This is the partner key of the unit to which this person is assigned. It consists of the fund id followed by a computer generated six digit number. More...
 
String PositionName [get, set]
 Name of the position. More...
 
String PositionScope [get, set]
 Scope of the position. More...
 
Int32 JobKey [get, set]
 
Int32 JobAssignmentKey [get, set]
 A number to make this unique as other wise we would need to add date from/to. More...
 
Boolean AssistantTo [get, set]
 Indicates if the assignment is in assistance to the given position. More...
 
String AssignmentTypeCode [get, set]
 This defines the type of assignment. More...
 
Boolean CostsChangedFlag [get, set]
 Can these costs be changed? More...
 
System.DateTime FromDate [get, set]
 This is the date from which this job is assigned. More...
 
System.? DateTime ToDate [get, set]
 This is the date to which a job is expected to be filled. More...
 
Boolean HrdCpyDetailChangeFlag [get, set]
 This field indicates if the hard copy details have been changed. More...
 
Boolean DeleteableFlag [get, set]
 This field indicates if the record is deletable. More...
 
Int64 RegistrationOffice [get, set]
 The office that entered this assignment. 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 defines the position one fills.

Constructor & Destructor Documentation

◆ PmJobAssignmentRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsAssignmentTypeCodeNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.IsAssignmentTypeCodeNull ( )
inline

test for NULL value

◆ IsAssistantToNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.IsAssistantToNull ( )
inline

test for NULL value

◆ IsCostsChangedFlagNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.IsCostsChangedFlagNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDeleteableFlagNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.IsDeleteableFlagNull ( )
inline

test for NULL value

◆ IsFromDateNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.IsFromDateNull ( )
inline

test for NULL value

◆ IsHrdCpyDetailChangeFlagNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.IsHrdCpyDetailChangeFlagNull ( )
inline

test for NULL value

◆ IsJobAssignmentKeyNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.IsJobAssignmentKeyNull ( )
inline

test for NULL value

◆ IsJobKeyNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.IsJobKeyNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsPartnerKeyNull()

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

test for NULL value

◆ IsPositionNameNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.IsPositionNameNull ( )
inline

test for NULL value

◆ IsPositionScopeNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.IsPositionScopeNull ( )
inline

test for NULL value

◆ IsRegistrationOfficeNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.IsRegistrationOfficeNull ( )
inline

test for NULL value

◆ IsToDateNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.IsToDateNull ( )
inline

test for NULL value

◆ IsUnitKeyNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.IsUnitKeyNull ( )
inline

test for NULL value

◆ SetAssignmentTypeCodeNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.SetAssignmentTypeCodeNull ( )
inline

assign NULL value

◆ SetAssistantToNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.SetAssistantToNull ( )
inline

assign NULL value

◆ SetCostsChangedFlagNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.SetCostsChangedFlagNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDeleteableFlagNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.SetDeleteableFlagNull ( )
inline

assign NULL value

◆ SetFromDateNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.SetFromDateNull ( )
inline

assign NULL value

◆ SetHrdCpyDetailChangeFlagNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.SetHrdCpyDetailChangeFlagNull ( )
inline

assign NULL value

◆ SetJobAssignmentKeyNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.SetJobAssignmentKeyNull ( )
inline

assign NULL value

◆ SetJobKeyNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.SetJobKeyNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetPartnerKeyNull()

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

assign NULL value

◆ SetPositionNameNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.SetPositionNameNull ( )
inline

assign NULL value

◆ SetPositionScopeNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.SetPositionScopeNull ( )
inline

assign NULL value

◆ SetRegistrationOfficeNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.SetRegistrationOfficeNull ( )
inline

assign NULL value

◆ SetToDateNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.SetToDateNull ( )
inline

assign NULL value

◆ SetUnitKeyNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.SetUnitKeyNull ( )
inline

assign NULL value

Property Documentation

◆ AssignmentTypeCode

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.AssignmentTypeCode
getset

This defines the type of assignment.

◆ AssistantTo

Boolean Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.AssistantTo
getset

Indicates if the assignment is in assistance to the given position.

◆ CostsChangedFlag

Boolean Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.CostsChangedFlag
getset

Can these costs be changed?

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ DeleteableFlag

Boolean Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.DeleteableFlag
getset

This field indicates if the record is deletable.

◆ FromDate

System.DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.FromDate
getset

This is the date from which this job is assigned.

◆ HrdCpyDetailChangeFlag

Boolean Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.HrdCpyDetailChangeFlag
getset

This field indicates if the hard copy details have been changed.

◆ JobAssignmentKey

Int32 Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.JobAssignmentKey
getset

A number to make this unique as other wise we would need to add date from/to.

◆ JobKey

Int32 Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.JobKey
getset

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ PartnerKey

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

◆ PositionName

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.PositionName
getset

Name of the position.

◆ PositionScope

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.PositionScope
getset

Scope of the position.

◆ RegistrationOffice

Int64 Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.RegistrationOffice
getset

The office that entered this assignment.

◆ ToDate

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.ToDate
getset

This is the date to which a job is expected to be filled.

◆ UnitKey

Int64 Ict.Petra.Shared.MPersonnel.Personnel.Data.PmJobAssignmentRow.UnitKey
getset

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


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