IChildValidatorAdaptor
Indicates that this validator wraps another validator.
Assembly: ServiceStack.dll
View Source
Declaration
public interface IChildValidatorAdaptor
Properties
ValidatorType
The type of the underlying validator
View Source
Declaration
Type ValidatorType { get; }