Contains functions for the validation of MPersonnel Personnel DataTables.
More...
|
static void | ValidateCommitmentManual (object AContext, PmStaffDataRow ARow, ref TVerificationResultCollection AVerificationResultCollection) |
| Validates the Commitment data of a Partner. More...
|
|
static void | ValidateJobAssignmentManual (object AContext, PmJobAssignmentRow ARow, ref TVerificationResultCollection AVerificationResultCollection) |
| Validates the Job Assignment data of a Partner. More...
|
|
static void | ValidatePassportManual (object AContext, PmPassportDetailsRow ARow, ref TVerificationResultCollection AVerificationResultCollection) |
| Validates the Passport data of a Partner. More...
|
|
static void | ValidatePersonalDocumentManual (object AContext, PmDocumentRow ARow, ref TVerificationResultCollection AVerificationResultCollection) |
| Validates the personal document data of a Person. More...
|
|
static void | ValidatePersonalLanguageManual (object AContext, PmPersonLanguageRow ARow, ref TVerificationResultCollection AVerificationResultCollection) |
| Validates the personal language data of a Person. More...
|
|
static void | ValidateSkillManual (object AContext, PmPersonSkillRow ARow, ref TVerificationResultCollection AVerificationResultCollection) |
| Validates the skill data of a Person. More...
|
|
static void | ValidatePreviousExperienceManual (object AContext, PmPastExperienceRow ARow, ref TVerificationResultCollection AVerificationResultCollection) |
| Validates the previous experience data of a Person. More...
|
|
static void | ValidateProgressReportManual (object AContext, PmPersonEvaluationRow ARow, ref TVerificationResultCollection AVerificationResultCollection) |
| Validates the progress report (evaluation) data of a Person. More...
|
|
static void | ValidatePersonalDataManual (object AContext, PmPersonalDataRow ARow, ref TVerificationResultCollection AVerificationResultCollection) |
| Validates the personal (miscellaneous) data of a Person. More...
|
|
static void | ValidateGeneralApplicationManual (object AContext, PmGeneralApplicationRow ARow, bool AEventApplication, ref TVerificationResultCollection AVerificationResultCollection) |
| Validates the general application record of a Person. More...
|
|
static void | ValidateEventApplicationManual (object AContext, PmShortTermApplicationRow ARow, ref TVerificationResultCollection AVerificationResultCollection) |
| Validates the event (short term) application record of a Person. More...
|
|
static void | ValidateFieldApplicationManual (object AContext, PmYearProgramApplicationRow ARow, ref TVerificationResultCollection AVerificationResultCollection) |
| Validates the field (long term) application record of a Person. More...
|
|
Contains functions for the validation of MPersonnel Personnel DataTables.
◆ ValidateCommitmentManual()
Validates the Commitment data of a Partner.
- Parameters
-
AContext | Context that describes where the data validation failed. |
ARow | The DataRow which holds the the data against which the validation is run. |
AVerificationResultCollection | Will be filled with any TVerificationResult items if data validation errors occur. |
- Returns
- void
◆ ValidateEventApplicationManual()
Validates the event (short term) application record of a Person.
- Parameters
-
AContext | Context that describes where the data validation failed. |
ARow | The DataRow which holds the the data against which the validation is run. |
AVerificationResultCollection | Will be filled with any TVerificationResult items if data validation errors occur. |
- Returns
- void
◆ ValidateFieldApplicationManual()
Validates the field (long term) application record of a Person.
- Parameters
-
AContext | Context that describes where the data validation failed. |
ARow | The DataRow which holds the the data against which the validation is run. |
AVerificationResultCollection | Will be filled with any TVerificationResult items if data validation errors occur. |
- Returns
- void
◆ ValidateGeneralApplicationManual()
Validates the general application record of a Person.
- Parameters
-
AContext | Context that describes where the data validation failed. |
ARow | The DataRow which holds the the data against which the validation is run. |
AEventApplication | true if application for event, false if application for field. |
AVerificationResultCollection | Will be filled with any TVerificationResult items if data validation errors occur. |
- Returns
- void
◆ ValidateJobAssignmentManual()
Validates the Job Assignment data of a Partner.
- Parameters
-
AContext | Context that describes where the data validation failed. |
ARow | The DataRow which holds the the data against which the validation is run. |
AVerificationResultCollection | Will be filled with any TVerificationResult items if data validation errors occur. |
- Returns
- void
◆ ValidatePassportManual()
Validates the Passport data of a Partner.
- Parameters
-
AContext | Context that describes where the data validation failed. |
ARow | The DataRow which holds the the data against which the validation is run. |
AVerificationResultCollection | Will be filled with any TVerificationResult items if data validation errors occur. |
- Returns
- void
◆ ValidatePersonalDataManual()
Validates the personal (miscellaneous) data of a Person.
- Parameters
-
AContext | Context that describes where the data validation failed. |
ARow | The DataRow which holds the the data against which the validation is run. |
AVerificationResultCollection | Will be filled with any TVerificationResult items if data validation errors occur. |
- Returns
- void
◆ ValidatePersonalDocumentManual()
static void Ict.Petra.Server.MPersonnel.Validation.TPersonnelValidation_Personnel.ValidatePersonalDocumentManual |
( |
object |
AContext, |
|
|
PmDocumentRow |
ARow, |
|
|
ref TVerificationResultCollection |
AVerificationResultCollection |
|
) |
| |
|
inlinestatic |
Validates the personal document data of a Person.
- Parameters
-
AContext | Context that describes where the data validation failed. |
ARow | The DataRow which holds the the data against which the validation is run. |
AVerificationResultCollection | Will be filled with any TVerificationResult items if data validation errors occur. |
- Returns
- void
◆ ValidatePersonalLanguageManual()
Validates the personal language data of a Person.
- Parameters
-
AContext | Context that describes where the data validation failed. |
ARow | The DataRow which holds the the data against which the validation is run. |
AVerificationResultCollection | Will be filled with any TVerificationResult items if data validation errors occur. |
- Returns
- void
◆ ValidatePreviousExperienceManual()
Validates the previous experience data of a Person.
- Parameters
-
AContext | Context that describes where the data validation failed. |
ARow | The DataRow which holds the the data against which the validation is run. |
AVerificationResultCollection | Will be filled with any TVerificationResult items if data validation errors occur. |
- Returns
- void
◆ ValidateProgressReportManual()
Validates the progress report (evaluation) data of a Person.
- Parameters
-
AContext | Context that describes where the data validation failed. |
ARow | The DataRow which holds the the data against which the validation is run. |
AVerificationResultCollection | Will be filled with any TVerificationResult items if data validation errors occur. |
- Returns
- void
◆ ValidateSkillManual()
Validates the skill data of a Person.
- Parameters
-
AContext | Context that describes where the data validation failed. |
ARow | The DataRow which holds the the data against which the validation is run. |
AVerificationResultCollection | Will be filled with any TVerificationResult items if data validation errors occur. |
- Returns
- void
The documentation for this class was generated from the following file: