RuleValidationResult Class

RuleValidationResult class

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

public class RuleValidationResult

Properties

NameDescription
getErrors Collection of results with Errors
getResults Collection of ITechniqueResult on rule validation.
getRule Rule that has been tested.
getSuccess Returns the result of rule validation.
getWarnings Collection of results with Warnings

See Also