Skip to main content

IServiceStackValidator

Assembly: ServiceStack.dll
View Source
Declaration
public interface IServiceStackValidator

Methods

RemovePropertyRules(Func<PropertyRule, Boolean>)

View Source
Declaration
void RemovePropertyRules(Func<PropertyRule, bool> where)
Parameters
TypeName
System.Func<ServiceStack.FluentValidation.Internal.PropertyRule,System.Boolean>where