OpenPetra
Free Administration Software for Non-Profits
|
Purposes for consent, for which the data may be used. More...
Static Public Member Functions | |
static void | Validate (object AContext, PConsentPurposeRow ARow, ref TVerificationResultCollection AVerificationResultCollection) |
Validates a row in the PConsentPurpose DataTable. More... | |
static void | Validate (TTypedDataTable ASubmitTable, ref TVerificationResultCollection AVerificationResult) |
Validates the PConsentPurpose DataTable. More... | |
Purposes for consent, for which the data may be used.
|
inlinestatic |
Validates a row in the PConsentPurpose DataTable.
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. |
|
inlinestatic |
Validates the PConsentPurpose DataTable.
ASubmitTable | validate all rows in this table |
AVerificationResult | Will be filled with any TVerificationResult items if data validation errors occur. |