IRuleResult Interface

IRuleResult interface

The interface describes the result of the validation

public interface IRuleResult

Properties

NameDescription
Error { get; }Error object that implemented interface IError
Rule { get; }The rule that is checked
Success { get; }Returns result of the criterion.

See Also