ValidatorCache
Assembly: ServiceStack.dll
View Source
Declaration
public static class ValidatorCache
Methods
GetValidator(IRequest, Type)
View Source
Declaration
public static IValidator GetValidator(IRequest httpReq, Type type)
Returns
ServiceStack.FluentValidation.IValidator
Parameters
Type | Name |
---|---|
ServiceStack.Web.IRequest | httpReq |
System.Type | type |