Interface IEntityValidator
- Namespace
- Innova.Data.Validation
- Assembly
- Innova.Data.dll
Represents an entity validator.
public interface IEntityValidator
Properties
- DefaultRuleSet
Gets or sets the default validation rule set.
Methods
- ValidateByDefaultRuleset<TEntity>(TEntity)
Validates the specified entity using the default validation rule set.
- ValidateByDefaultRuleset<T>(T, string)
Validates the specified entity using the default validation rule set and the specified property name.