AppMetadata
Assembly: ServiceStack.Client.dll
View Source
Declaration
[Exclude(Feature.Soap)]
public class AppMetadata : IMeta
Properties
App
View Source
Declaration
public AppInfo App { get; set; }
Ui
View Source
Declaration
public UiInfo Ui { get; set; }
Config
View Source
Declaration
public ConfigInfo Config { get; set; }
ContentTypeFormats
View Source
Declaration
public Dictionary<string, string> ContentTypeFormats { get; set; }
HttpHandlers
View Source
Declaration
public Dictionary<string, string> HttpHandlers { get; set; }
Plugins
View Source
Declaration
public PluginInfo Plugins { get; set; }
CustomPlugins
View Source
Declaration
public Dictionary<string, CustomPluginInfo> CustomPlugins { get; set; }
Api
View Source
Declaration
public MetadataTypes Api { get; set; }
Meta
View Source
Declaration
public Dictionary<string, string> Meta { get; set; }
Cache
View Source
Declaration
[IgnoreDataMember]
public AppMetadataCache Cache { get; set; }