Interface IEntityValidator<T>
- Namespace
- Innova.Data.Validation
- Assembly
- Innova.Data.dll
Represents an entity validator that validates entities of type T
.
public interface IEntityValidator<T> : IValidator<T>, IValidator, IEntityValidator
Type Parameters
T
The type of the entity to be validated.
- Extension Methods
Methods
- Validate(T, ValidationRuleSetEnum, CancellationToken)
Validates the specified entity using the specified validation rule set.