Class AppConfig
Inheritance
System.Object
AppConfig
Assembly: LymeTemplateApi.Models.dll
Syntax
public class AppConfig : object
Constructors
AppConfig()
Declaration
Properties
ApiVersion
Declaration
public string ApiVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
AppName
Declaration
public string AppName { get; set; }
Property Value
Type |
Description |
System.String |
|
Brand
Declaration
public Brand Brand { get; set; }
Property Value
EnableClock
Declaration
public bool EnableClock { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableCookieWarning
Declaration
public bool? EnableCookieWarning { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
EnableQuickLaunch
Declaration
public bool EnableQuickLaunch { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Environment
Declaration
public AppEnvironment Environment { get; set; }
Property Value
Environments
Declaration
public IList<AppEnvironment> Environments { get; set; }
Property Value
LastUpdatedUtc
Declaration
public DateTime LastUpdatedUtc { get; set; }
Property Value
Type |
Description |
DateTime |
|
Declaration
public IList<NavMenuItem> NavMenu { get; set; }
Property Value
NoReplyAddress
Declaration
public string NoReplyAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
SessionId
Declaration
public Guid SessionId { get; set; }
Property Value
StripePublicKey
Declaration
public string? StripePublicKey { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
UpdateRealTimeDataIntervalSeconds
Declaration
public int UpdateRealTimeDataIntervalSeconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
|