CriterionResult Class

CriterionResult class

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

public class CriterionResult

Properties

NameDescription
Errors { get; }Collection of results with Errors
Results { get; }Collection of Result on criterion validation
Rule { get; }Criterion that has been tested
Success { get; }Returns result of the criterion.
Warnings { get; }Collection of results with Warnings

See Also