Namespace Innova.Data.Validation
Classes
Name | Summary |
---|---|
AccountExistsValidator<T, TProperty> | Validator that checks if an account exists in Active Directory. |
BaseLanguageManager | Represents a base language manager for handling validation translations. |
BaseValidator<T> | Base class for entity validators. |
IRuleBuilderOptionsExtension | Provides extension methods for FluentValidation.IRuleBuilderOptions<T, TProperty>. |
IValidatorExtensions | Provides extension methods for FluentValidation.IValidator. |
RuleSetNames | Provides constant values for rule set names. |
StandardValidations | Provides standard validation methods. |
ValidationException | Represents an exception that occurs during validation. |
ValidationExtensions | Provides extension methods for validating objects using FluentValidation. |
Interfaces
Name | Summary |
---|---|
IEntityValidation | Represents an interface for entity validation. |
IEntityValidator | Represents an entity validator. |
IEntityValidator<T> | Represents an entity validator that validates entities of type |
Enums
Name | Summary |
---|---|
ValidationRuleSetEnum | Represents the enumeration of validation rule sets. |