Table of Contents

Class CreateTenantWithBranchesCommandValidator

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

Constructors

CreateTenantWithBranchesCommandValidator(IStringLocalizer<AuthMessages>)

public CreateTenantWithBranchesCommandValidator(IStringLocalizer<AuthMessages> localizer)

Parameters

localizer IStringLocalizer<AuthMessages>