ILengthValidator
Assembly: ServiceStack.dll
View Source
Declaration
public interface ILengthValidator : IPropertyValidator
Properties
Min
View Source
Declaration
int Min { get; }
Max
View Source
Declaration
int Max { get; }
public interface ILengthValidator : IPropertyValidator
int Min { get; }
int Max { get; }