Click or drag to resize
IValidatorEngineValidate Method (LogicInput, 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,
	params Object[] inputParameters
)

Parameters

logic
Type: FlexRule.ValidationLogicInput
inputParameters
Type: SystemObject

Return Value

Type: Boolean
See Also