Table of Contents

Class CreatePlanCommandValidator

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

Constructors

CreatePlanCommandValidator(IStringLocalizer<AuthMessages>)

public CreatePlanCommandValidator(IStringLocalizer<AuthMessages> localizer)

Parameters

localizer IStringLocalizer<AuthMessages>