The super constructor of implementors of Validator.
Methods
validate(oData ToValidate, oValidation Result)
Performs the validation on oDataToValidate according to rules in the class that implements the interface and appends information about errors found to oValidationResult.
Parameters:
Name | Type | Description |
---|---|---|
oDataToValidate |
module:ct-trading |
The data to validate. Must not be null or undefined. |
oValidationResult |
module:ct-trading |
A |
Throws:
-
if there is something wrong with the data to validate or some other exception occurs during validation.
- Type
-
module:ct-core
/Error