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

This table contains information pertaining to the application process. More...

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

Public Member Functions

 PmYearProgramApplicationRow (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 IsApplicationKeyNull ()
 test for NULL value More...
 
void SetApplicationKeyNull ()
 assign NULL value More...
 
bool IsRegistrationOfficeNull ()
 test for NULL value More...
 
void SetRegistrationOfficeNull ()
 assign NULL value More...
 
bool IsYpAppDateNull ()
 test for NULL value More...
 
void SetYpAppDateNull ()
 assign NULL value More...
 
bool IsYpBasicAppTypeNull ()
 test for NULL value More...
 
void SetYpBasicAppTypeNull ()
 assign NULL value More...
 
bool IsYpBasicDeleteFlagNull ()
 test for NULL value More...
 
void SetYpBasicDeleteFlagNull ()
 assign NULL value More...
 
bool IsHoOrientConfBookingKeyNull ()
 test for NULL value More...
 
void SetHoOrientConfBookingKeyNull ()
 assign NULL value More...
 
bool IsYpAgreedSupportFigureNull ()
 test for NULL value More...
 
void SetYpAgreedSupportFigureNull ()
 assign NULL value More...
 
bool IsYpAgreedJoiningChargeNull ()
 test for NULL value More...
 
void SetYpAgreedJoiningChargeNull ()
 assign NULL value More...
 
bool IsYpSupportPeriodNull ()
 test for NULL value More...
 
void SetYpSupportPeriodNull ()
 assign NULL value More...
 
bool IsYpJoiningConfNull ()
 test for NULL value More...
 
void SetYpJoiningConfNull ()
 assign NULL value More...
 
bool IsStartOfCommitmentNull ()
 test for NULL value More...
 
void SetStartOfCommitmentNull ()
 assign NULL value More...
 
bool IsEndOfCommitmentNull ()
 test for NULL value More...
 
void SetEndOfCommitmentNull ()
 assign NULL value More...
 
bool IsIntendedComLengthMonthsNull ()
 test for NULL value More...
 
void SetIntendedComLengthMonthsNull ()
 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 IsAssistantToNull ()
 test for NULL value More...
 
void SetAssistantToNull ()
 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...
 
Int32 ApplicationKey [get, set]
 Key to uniquely identify application. More...
 
Int64 RegistrationOffice [get, set]
 Partner key of office by which application was entered. More...
 
System.DateTime YpAppDate [get, set]
 Date of application. More...
 
String YpBasicAppType [get, set]
 Describes what the application is for, eg. conference, year program. More...
 
Boolean YpBasicDeleteFlag [get, set]
 This field will not appear on the screen but will be updated when someone chooses to delete a record. Rather that an actual deletion, the record will be 'marked' for deletion after an agreed upon interval. More...
 
String HoOrientConfBookingKey [get, set]
 Indicates booking at an orientation session. More...
 
Decimal YpAgreedSupportFigure [get, set]
 The agreed support figure. More...
 
Decimal YpAgreedJoiningCharge [get, set]
 
String YpSupportPeriod [get, set]
 Period of time the support covers.. More...
 
Int32 YpJoiningConf [get, set]
 Indicates which New Recruits Conference the applicant plans to attend. More...
 
System.? DateTime StartOfCommitment [get, set]
 This is the expected date their commitment starts. More...
 
System.? DateTime EndOfCommitment [get, set]
 This is the expected date their commitment ends. More...
 
Int32 IntendedComLengthMonths [get, set]
 Indicates how long the applicant intends to stay with us. More...
 
String PositionName [get, set]
 Name of the position. More...
 
String PositionScope [get, set]
 Scope of this position. More...
 
Boolean AssistantTo [get, set]
 Indicates if the assignment is in assistance to the given position. 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 table contains information pertaining to the application process.

Constructor & Destructor Documentation

◆ PmYearProgramApplicationRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsApplicationKeyNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.IsApplicationKeyNull ( )
inline

test for NULL value

◆ IsAssistantToNull()

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

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsEndOfCommitmentNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.IsEndOfCommitmentNull ( )
inline

test for NULL value

◆ IsHoOrientConfBookingKeyNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.IsHoOrientConfBookingKeyNull ( )
inline

test for NULL value

◆ IsIntendedComLengthMonthsNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.IsIntendedComLengthMonthsNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsPartnerKeyNull()

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

test for NULL value

◆ IsPositionNameNull()

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

test for NULL value

◆ IsPositionScopeNull()

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

test for NULL value

◆ IsRegistrationOfficeNull()

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

test for NULL value

◆ IsStartOfCommitmentNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.IsStartOfCommitmentNull ( )
inline

test for NULL value

◆ IsYpAgreedJoiningChargeNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.IsYpAgreedJoiningChargeNull ( )
inline

test for NULL value

◆ IsYpAgreedSupportFigureNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.IsYpAgreedSupportFigureNull ( )
inline

test for NULL value

◆ IsYpAppDateNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.IsYpAppDateNull ( )
inline

test for NULL value

◆ IsYpBasicAppTypeNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.IsYpBasicAppTypeNull ( )
inline

test for NULL value

◆ IsYpBasicDeleteFlagNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.IsYpBasicDeleteFlagNull ( )
inline

test for NULL value

◆ IsYpJoiningConfNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.IsYpJoiningConfNull ( )
inline

test for NULL value

◆ IsYpSupportPeriodNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.IsYpSupportPeriodNull ( )
inline

test for NULL value

◆ SetApplicationKeyNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.SetApplicationKeyNull ( )
inline

assign NULL value

◆ SetAssistantToNull()

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

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetEndOfCommitmentNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.SetEndOfCommitmentNull ( )
inline

assign NULL value

◆ SetHoOrientConfBookingKeyNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.SetHoOrientConfBookingKeyNull ( )
inline

assign NULL value

◆ SetIntendedComLengthMonthsNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.SetIntendedComLengthMonthsNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetPartnerKeyNull()

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

assign NULL value

◆ SetPositionNameNull()

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

assign NULL value

◆ SetPositionScopeNull()

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

assign NULL value

◆ SetRegistrationOfficeNull()

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

assign NULL value

◆ SetStartOfCommitmentNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.SetStartOfCommitmentNull ( )
inline

assign NULL value

◆ SetYpAgreedJoiningChargeNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.SetYpAgreedJoiningChargeNull ( )
inline

assign NULL value

◆ SetYpAgreedSupportFigureNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.SetYpAgreedSupportFigureNull ( )
inline

assign NULL value

◆ SetYpAppDateNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.SetYpAppDateNull ( )
inline

assign NULL value

◆ SetYpBasicAppTypeNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.SetYpBasicAppTypeNull ( )
inline

assign NULL value

◆ SetYpBasicDeleteFlagNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.SetYpBasicDeleteFlagNull ( )
inline

assign NULL value

◆ SetYpJoiningConfNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.SetYpJoiningConfNull ( )
inline

assign NULL value

◆ SetYpSupportPeriodNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.SetYpSupportPeriodNull ( )
inline

assign NULL value

Property Documentation

◆ ApplicationKey

Int32 Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.ApplicationKey
getset

Key to uniquely identify application.

◆ AssistantTo

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

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

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ EndOfCommitment

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.EndOfCommitment
getset

This is the expected date their commitment ends.

◆ HoOrientConfBookingKey

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.HoOrientConfBookingKey
getset

Indicates booking at an orientation session.

◆ IntendedComLengthMonths

Int32 Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.IntendedComLengthMonths
getset

Indicates how long the applicant intends to stay with us.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ PartnerKey

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

Name of the position.

◆ PositionScope

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

Scope of this position.

◆ RegistrationOffice

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

Partner key of office by which application was entered.

◆ StartOfCommitment

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.StartOfCommitment
getset

This is the expected date their commitment starts.

◆ YpAgreedJoiningCharge

Decimal Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.YpAgreedJoiningCharge
getset

Indicates the agreed upon joining charge for the conference and / or the summer outreach.

◆ YpAgreedSupportFigure

Decimal Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.YpAgreedSupportFigure
getset

The agreed support figure.

◆ YpAppDate

System.DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.YpAppDate
getset

Date of application.

◆ YpBasicAppType

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.YpBasicAppType
getset

Describes what the application is for, eg. conference, year program.

◆ YpBasicDeleteFlag

Boolean Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.YpBasicDeleteFlag
getset

This field will not appear on the screen but will be updated when someone chooses to delete a record. Rather that an actual deletion, the record will be 'marked' for deletion after an agreed upon interval.

◆ YpJoiningConf

Int32 Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.YpJoiningConf
getset

Indicates which New Recruits Conference the applicant plans to attend.

◆ YpSupportPeriod

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmYearProgramApplicationRow.YpSupportPeriod
getset

Period of time the support covers..


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