Table of Contents

Class AssignPermissionsBatchCommandValidator

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

Constructors

AssignPermissionsBatchCommandValidator(IStringLocalizer<AuthMessages>)

public AssignPermissionsBatchCommandValidator(IStringLocalizer<AuthMessages> localizer)

Parameters

localizer IStringLocalizer<AuthMessages>