IValidationSource
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IValidationSource
Methods
GetValidationRules(Type)
View Source
Declaration
IEnumerable<KeyValuePair<string, IValidateRule>> GetValidationRules(Type type)
Returns
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,ServiceStack.IValidateRule>>
Parameters
Type | Name |
---|---|
System.Type | type |