Table of Contents

Class UpdateTenantBranchCommandValidator

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

Constructors

UpdateTenantBranchCommandValidator(IStringLocalizer<AuthMessages>)

public UpdateTenantBranchCommandValidator(IStringLocalizer<AuthMessages> localizer)

Parameters

localizer IStringLocalizer<AuthMessages>