ValidationInfo
Assembly: ServiceStack.Client.dll
View Source
Declaration
[Exclude(Feature.Soap)]
public class ValidationInfo : IMeta
Properties
HasValidationSource
View Source
Declaration
public bool? HasValidationSource { get; set; }
HasValidationSourceAdmin
View Source
Declaration
public bool? HasValidationSourceAdmin { get; set; }
ServiceRoutes
View Source
Declaration
public Dictionary<string, string[]> ServiceRoutes { get; set; }
TypeValidators
View Source
Declaration
public List<ScriptMethodType> TypeValidators { get; set; }
PropertyValidators
View Source
Declaration
public List<ScriptMethodType> PropertyValidators { get; set; }
AccessRole
View Source
Declaration
public string AccessRole { get; set; }
Meta
View Source
Declaration
public Dictionary<string, string> Meta { get; set; }