Click or drag to resize
IValidatorEngine Methods
Methods
  NameDescription
Public methodValidate(Object)
Validates a default object as the main reference
Public methodValidate(LogicInput)
Validates logic with input parameters using parametric logic section
Public methodValidate(String, IDictionaryString, Object)
Validates the set of input parameters using parameterless logic
Public methodValidate(String, Object)
Validates the set of input parameters using parameterless logic section
Public methodValidate(LogicInput, IDictionaryString, Object)
Validates the set of input parameters using a parametric logic section
Public methodValidate(LogicInput, Object)
Validates the set of input parameters using a parametric logic section
Public methodValidate(Object, LogicInput, IDictionaryString, Object)
Validates a default object as the main reference
Public methodValidate(Object, LogicInput, Object)
Validates a default object as the main reference
Public methodValidate(Object, String, IDictionaryString, Object)
Validates a default object as the main reference
Public methodValidate(Object, String, Object)
Validates a default object as the main reference
Top
See Also