OpenPetra
Free Administration Software for Non-Profits
|
Log of all the log-ins/log-in attempts to the system, and of log-outs from the system (activities on user accounts themselves are recorded in s_user_account_activity). More...
Static Public Member Functions | |
static void | Validate (object AContext, SLoginRow ARow, ref TVerificationResultCollection AVerificationResultCollection) |
Validates a row in the SLogin DataTable. More... | |
static void | Validate (TTypedDataTable ASubmitTable, ref TVerificationResultCollection AVerificationResult) |
Validates the SLogin DataTable. More... | |
Log of all the log-ins/log-in attempts to the system, and of log-outs from the system (activities on user accounts themselves are recorded in s_user_account_activity).
|
inlinestatic |
Validates a row in the SLogin 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 SLogin DataTable.
ASubmitTable | validate all rows in this table |
AVerificationResult | Will be filled with any TVerificationResult items if data validation errors occur. |