Table of Contents

Class ChangeProfile.Validator

Namespace
Raytha.Application.Login.Commands
Assembly
Raytha.Application.dll
public class ChangeProfile.Validator : AbstractValidator<ChangeProfile.Command>, IValidator<ChangeProfile.Command>, IValidator, IEnumerable<IValidationRule>, IEnumerable
Inheritance
AbstractValidator<ChangeProfile.Command>
ChangeProfile.Validator
Implements
IValidator
IEnumerable<IValidationRule>
Inherited Members
AbstractValidator<ChangeProfile.Command>.Validate(ChangeProfile.Command)
AbstractValidator<ChangeProfile.Command>.Validate(ValidationContext<ChangeProfile.Command>)
AbstractValidator<ChangeProfile.Command>.CreateDescriptor()
AbstractValidator<ChangeProfile.Command>.Include(IValidator<ChangeProfile.Command>)
AbstractValidator<ChangeProfile.Command>.GetEnumerator()
AbstractValidator<ChangeProfile.Command>.PreValidate(ValidationContext<ChangeProfile.Command>, ValidationResult)
AbstractValidator<ChangeProfile.Command>.RaiseValidationException(ValidationContext<ChangeProfile.Command>, ValidationResult)
AbstractValidator<ChangeProfile.Command>.OnRuleAdded(IValidationRule<ChangeProfile.Command>)
AbstractValidator<ChangeProfile.Command>.CascadeMode
AbstractValidator<ChangeProfile.Command>.ClassLevelCascadeMode
AbstractValidator<ChangeProfile.Command>.RuleLevelCascadeMode

Constructors

Validator()

public Validator()