AutoQueryViewerConfig
Assembly: ServiceStack.dll
View Source
public class AutoQueryViewerConfig : AppInfo, IMeta
Properties
ServiceBaseUrl
The BaseUrl of the ServiceStack instance (inferred)
View Source
public string ServiceBaseUrl { get; set; }
Formats
The different Content Type formats to display
View Source
public string[] Formats { get; set; }
MaxLimit
The configured MaxLimit for AutoQuery
View Source
public int? MaxLimit { get; set; }
IsPublic
Whether to publish this Service to the public Services registry
View Source
public bool IsPublic { get; set; }
OnlyShowAnnotatedServices
Only show AutoQuery Services attributed with [AutoQueryViewer]
View Source
public bool OnlyShowAnnotatedServices { get; set; }
ImplicitConventions
List of different Search Filters available
View Source
public List<AutoQueryConvention> ImplicitConventions { get; set; }
DefaultSearchField
The Column which should be selected by default
View Source
public string DefaultSearchField { get; set; }
DefaultSearchType
The Query Type filter which should be selected by default
View Source
public string DefaultSearchType { get; set; }
DefaultSearchText
The search text which should be populated by default
View Source
public string DefaultSearchText { get; set; }
Inherited Properties
BackgroundColor
The default background color of each screen
View Source
public string BackgroundColor { get; set; }
BackgroundImageUrl
The default background image of each screen anchored to the bottom left
View Source
public string BackgroundImageUrl { get; set; }
BaseUrl
The App's BaseUrl
View Source
public string BaseUrl { get; set; }
BrandImageUrl
A custom logo or image that users can click on to visit your site
View Source
public string BrandImageUrl { get; set; }
BrandUrl
Link to your website users can click to find out more about you
View Source
public string BrandUrl { get; set; }
IconUrl
The default icon for each of your App's Services
View Source
public string IconUrl { get; set; }
JsTextCase
The configured JsConfig.TextCase
View Source
public string JsTextCase { get; set; }
LinkColor
The default color of links
View Source
public string LinkColor { get; set; }
Meta
Custom User-Defined Attributes
View Source
public Dictionary<string, string> Meta { get; set; }
ServiceDescription
Textual description of the ServiceStack App (shown in Home Services list)
View Source
public string ServiceDescription { get; set; }
ServiceIconUrl
Icon for this ServiceStack App (shown in Home Services list)
View Source
public string ServiceIconUrl { get; set; }
ServiceName
Name of the ServiceStack Instance
View Source
public string ServiceName { get; set; }
ServiceStackVersion
The ServiceStack Version
View Source
public string ServiceStackVersion { get; }
TextColor
The default color of text
View Source
public string TextColor { get; set; }