Skip to main content

MetaAuthProvider

Assembly: ServiceStack.Client.dll​
View Source​
Declaration
[Exclude(Feature.Soap)]
public class MetaAuthProvider : IMeta

Properties​

Name​

View Source​
Declaration
public string Name { get; set; }

Label​

View Source​
Declaration
public string Label { get; set; }

Type​

View Source​
Declaration
public string Type { get; set; }

NavItem​

View Source​
Declaration
public NavItem NavItem { get; set; }

Icon​

View Source​
Declaration
public ImageInfo Icon { get; set; }

FormLayout​

View Source​
Declaration
public List<InputInfo> FormLayout { get; set; }

Meta​

View Source​
Declaration
public Dictionary<string, string> Meta { get; set; }

Implements​