Click or drag to resize
IValidatorEngineValidate Method (Object, String, Object)
Validates a default object as the main reference

Namespace: FlexRule.Validation
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
bool Validate(
	Object defaultObject,
	string logicName,
	params Object[] inputParameters
)

Parameters

defaultObject
Type: SystemObject
logicName
Type: SystemString
inputParameters
Type: SystemObject

Return Value

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