LinkInfo
Assembly: ServiceStack.Client.dll
View Source
Declaration
[Exclude(Feature.Soap)]
public class LinkInfo
Properties
Id
View Source
Declaration
public string Id { get; set; }
Href
View Source
Declaration
public string Href { get; set; }
Label
View Source
Declaration
public string Label { get; set; }
Icon
View Source
Declaration
public ImageInfo Icon { get; set; }
Show
Only show if authAttributes.contains(Show) E.g. limit to role:TheRole
View Source
Declaration
public string Show { get; set; }
Hide
Do not show if authAttributes.contains(Hide) E.g. hide from role:TheRole
View Source
Declaration
public string Hide { get; set; }