Click or drag to resize
IValidatorEngineValidate Method (String, IDictionaryString, Object)
Validates the set of input parameters using parameterless logic

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

Parameters

logicName
Type: SystemString
inputParameters
Type: System.Collections.GenericIDictionaryString, Object

Return Value

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