Click or drag to resize
IValidatorEngineValidate Method (LogicInput, IDictionaryString, Object)
Validates the set of input parameters using a parametric logic section

Namespace: FlexRule.Validation
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
bool Validate(
	LogicInput logic,
	IDictionary<string, Object> inputParameters
)

Parameters

logic
Type: FlexRule.ValidationLogicInput
inputParameters
Type: System.Collections.GenericIDictionaryString, Object

Return Value

Type: Boolean
true if the default object is validated otherwise false
See Also