Interface IValidatorRule<T>
public interface IValidatorRule<T>
Type Parameters
T
- Extension Methods
Properties
ErrorMessage
Gets the default error message for this validation rule.
string ErrorMessage { get; }
Property Value
Name
Gets the name of the validation rule.
string Name { get; }