Click or drag to resize
IValidatorEngine Interface
Validator contract that allows validating a default object or a set of input parameters

Namespace: FlexRule.Validation
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IValidatorEngine
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