FlexRule Runtime API
FlexRule Runtime API
FlexRule Namespaces
FlexRule.Validation Namespaces
FlexRule.Validation
IValidatorEngine Interface
IValidatorEngine Methods
Validate Method
Validate Method (Object)
Validate Method (LogicInput)
Validate Method (String, IDictionary(String, Object))
Validate Method (String, Object[])
Validate Method (LogicInput, IDictionary(String, Object))
Validate Method (LogicInput, Object[])
Validate Method (Object, LogicInput, IDictionary(String, Object))
Validate Method (Object, LogicInput, Object[])
Validate Method (Object, String, IDictionary(String, Object))
Validate Method (Object, String, Object[])
IValidatorEngine
Validate Method (String, IDictionary
String, 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#
Copy
bool
Validate
(
string
logicName
,
IDictionary
<
string
,
Object
>
inputParameters
)
Parameters
logicName
Type:
System
String
inputParameters
Type:
System.Collections.Generic
IDictionary
String
,
Object
Return Value
Type:
Boolean
true if the default object is validated otherwise false
See Also
Reference
IValidatorEngine Interface
Validate Overload
FlexRule.Validation Namespace
(c) 2017 by FlexRule
Send comments on this topic to
support@flexrule.com