| IValidatorEngine Methods |
| Name | Description | |
|---|---|---|
| Validate(Object) |
Validates a default object as the main reference
| |
| Validate(LogicInput) |
Validates logic with input parameters using parametric logic section
| |
| Validate(String, IDictionaryString, Object) |
Validates the set of input parameters using parameterless logic
| |
| Validate(String, Object) |
Validates the set of input parameters using parameterless logic section
| |
| Validate(LogicInput, IDictionaryString, Object) |
Validates the set of input parameters using a parametric logic section
| |
| Validate(LogicInput, Object) |
Validates the set of input parameters using a parametric logic section
| |
| Validate(Object, LogicInput, IDictionaryString, Object) |
Validates a default object as the main reference
| |
| Validate(Object, LogicInput, Object) |
Validates a default object as the main reference
| |
| Validate(Object, String, IDictionaryString, Object) |
Validates a default object as the main reference
| |
| Validate(Object, String, Object) |
Validates a default object as the main reference
|