Namespace ServiceStack.FluentValidation.Attributes
Classes
AttributedValidatorFactory
Implementation of ServiceStack.FluentValidation.IValidatorFactory and ServiceStack.FluentValidation.IParameterValidatorFactory that looks for
the ServiceStack.FluentValidation.Attributes.ValidatorAttribute instance on the specified System.Type
or
System.Reflection.ParameterInfo
in order to provide the validator instance.
ValidatorAttribute
Validator attribute to define the class that will describe the Validation rules.