Interface IValidator<T>
- Namespace
- Core.CliniCore.Domain.Validation
- Assembly
- Core.CliniCore.dll
Contract for all validators
public interface IValidator<T>
Type Parameters
TType being validated
Properties
ErrorMessage
string ErrorMessage { get; }
Property Value
Methods
IsValid(T)
bool IsValid(T value)
Parameters
valueT