|
OpenPetra
Free Administration Software for Non-Profits
|
Each element that can be displayed on a form is defined on this table. More...
Static Public Member Functions | |
| static void | Validate (object AContext, AFormElementRow ARow, ref TVerificationResultCollection AVerificationResultCollection) |
| Validates a row in the AFormElement DataTable. More... | |
| static void | Validate (TTypedDataTable ASubmitTable, ref TVerificationResultCollection AVerificationResult) |
| Validates the AFormElement DataTable. More... | |
Each element that can be displayed on a form is defined on this table.
|
inlinestatic |
Validates a row in the AFormElement 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 AFormElement DataTable.
| ASubmitTable | validate all rows in this table |
| AVerificationResult | Will be filled with any TVerificationResult items if data validation errors occur. |