RuleValidationResult class

RuleValidationResult class

Class - result of rule check, contains a list of ITechniqueResult, which are ways to satisfy the success criteria.

The RuleValidationResult type exposes the following members:

Properties

PropertyDescription
successReturns the result of rule validation.
ruleRule that has been tested.
resultsCollection of ITechniqueResult on rule validation.
errorsCollection of results with Errors
warningsCollection of results with Warnings

See Also