Table of Contents

Class CreateSubModuleCommandValidator

Namespace
KadicAuth.Application.SubModules.Validators
Assembly
KadicAuth.Application.dll
public sealed class CreateSubModuleCommandValidator : AbstractValidator<CreateSubModuleCommand>, IValidator<CreateSubModuleCommand>, IValidator
Inheritance
object
AbstractValidator<CreateSubModuleCommand>
CreateSubModuleCommandValidator
Implements
IValidator
Inherited Members
AbstractValidator<CreateSubModuleCommand>.Validate(CreateSubModuleCommand)
AbstractValidator<CreateSubModuleCommand>.ValidateAsync(CreateSubModuleCommand, CancellationToken)
AbstractValidator<CreateSubModuleCommand>.Validate(ValidationContext<CreateSubModuleCommand>)
AbstractValidator<CreateSubModuleCommand>.ValidateAsync(ValidationContext<CreateSubModuleCommand>, CancellationToken)
AbstractValidator<CreateSubModuleCommand>.CreateDescriptor()
AbstractValidator<CreateSubModuleCommand>.RuleFor<TProperty>(Expression<Func<CreateSubModuleCommand, TProperty>>)
AbstractValidator<CreateSubModuleCommand>.RuleForEach<TElement>(Expression<Func<CreateSubModuleCommand, IEnumerable<TElement>>>)
AbstractValidator<CreateSubModuleCommand>.RuleSet(string, Action)
AbstractValidator<CreateSubModuleCommand>.When(Func<CreateSubModuleCommand, bool>, Action)
AbstractValidator<CreateSubModuleCommand>.When(Func<CreateSubModuleCommand, ValidationContext<CreateSubModuleCommand>, bool>, Action)
AbstractValidator<CreateSubModuleCommand>.Unless(Func<CreateSubModuleCommand, bool>, Action)
AbstractValidator<CreateSubModuleCommand>.Unless(Func<CreateSubModuleCommand, ValidationContext<CreateSubModuleCommand>, bool>, Action)
AbstractValidator<CreateSubModuleCommand>.WhenAsync(Func<CreateSubModuleCommand, CancellationToken, Task<bool>>, Action)
AbstractValidator<CreateSubModuleCommand>.WhenAsync(Func<CreateSubModuleCommand, ValidationContext<CreateSubModuleCommand>, CancellationToken, Task<bool>>, Action)
AbstractValidator<CreateSubModuleCommand>.UnlessAsync(Func<CreateSubModuleCommand, CancellationToken, Task<bool>>, Action)
AbstractValidator<CreateSubModuleCommand>.UnlessAsync(Func<CreateSubModuleCommand, ValidationContext<CreateSubModuleCommand>, CancellationToken, Task<bool>>, Action)
AbstractValidator<CreateSubModuleCommand>.Include(IValidator<CreateSubModuleCommand>)
AbstractValidator<CreateSubModuleCommand>.Include<TValidator>(Func<CreateSubModuleCommand, TValidator>)
AbstractValidator<CreateSubModuleCommand>.GetEnumerator()
AbstractValidator<CreateSubModuleCommand>.ClassLevelCascadeMode
AbstractValidator<CreateSubModuleCommand>.RuleLevelCascadeMode

Constructors

CreateSubModuleCommandValidator(IStringLocalizer<AuthMessages>)

public CreateSubModuleCommandValidator(IStringLocalizer<AuthMessages> localizer)

Parameters

localizer IStringLocalizer<AuthMessages>