Table of Contents

Class UpdateTenantCommandValidator

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

Constructors

UpdateTenantCommandValidator(IStringLocalizer<AuthMessages>)

public UpdateTenantCommandValidator(IStringLocalizer<AuthMessages> localizer)

Parameters

localizer IStringLocalizer<AuthMessages>