Skip to main content

UiInfo

App Info and

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

Properties

BrandIcon

The brand icon to use with App brand name

View Source
Declaration
public ImageInfo BrandIcon { get; set; }

HideTags

Hide APIs with tags

View Source
Declaration
public List<string> HideTags { get; set; }

Modules

The module paths that are loaded

View Source
Declaration
public List<string> Modules { get; set; }

AlwaysHideTags

Always hide APIs with tags (inc DebugMode)

View Source
Declaration
public List<string> AlwaysHideTags { get; set; }

Admin UI Links

View Source
Declaration
public List<LinkInfo> AdminLinks { get; set; }

Theme

Default Themes for all UIs

View Source
Declaration
public ThemeInfo Theme { get; set; }

Locode

The default styles to use for rendering AutoQuery UI Forms

View Source
Declaration
public LocodeUi Locode { get; set; }

Explorer

The default styles to use for rendering API Explorer Forms

View Source
Declaration
public ExplorerUi Explorer { get; set; }

Admin

The default styles to use for rendering Admin UI

View Source
Declaration
public AdminUi Admin { get; set; }

DefaultFormats

The default formats for displaying info

View Source
Declaration
public ApiFormat DefaultFormats { get; set; }

Meta

Custom User-Defined Attributes

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

Implements