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
Type | Name |
---|---|
System.Func<ServiceStack.FluentValidation.Internal.PropertyRule,System.Boolean> | where |