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
Errors { get; }Collection of results with Errors
Results { get; }Collection of ITechniqueResult on rule validation.
Rule { get; }Rule that has been tested.
Success { get; }Returns the result of rule validation.
Warnings { get; }Collection of results with Warnings

See Also