Table of Contents

Class AssignUserBranchesCommandValidator

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

Constructors

AssignUserBranchesCommandValidator(IStringLocalizer<AuthMessages>)

public AssignUserBranchesCommandValidator(IStringLocalizer<AuthMessages> localizer)

Parameters

localizer IStringLocalizer<AuthMessages>