Table of Contents

Class CreateTenantCommandValidator

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

Constructors

CreateTenantCommandValidator(IStringLocalizer<AuthMessages>)

public CreateTenantCommandValidator(IStringLocalizer<AuthMessages> localizer)

Parameters

localizer IStringLocalizer<AuthMessages>