Show / Hide Table of Contents

Class AppConfig

Inheritance
System.Object
AppConfig
Namespace: LymeTemplateApi.Models.AppConfig
Assembly: LymeTemplateApi.Models.dll
Syntax
public class AppConfig : object

Constructors

AppConfig()

Declaration
public AppConfig()

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
Type Description
Brand

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
Type Description
AppEnvironment

Environments

Declaration
public IList<AppEnvironment> Environments { get; set; }
Property Value
Type Description
IList<AppEnvironment>

LastUpdatedUtc

Declaration
public DateTime LastUpdatedUtc { get; set; }
Property Value
Type Description
DateTime

NavMenu

Declaration
public IList<NavMenuItem> NavMenu { get; set; }
Property Value
Type Description
IList<NavMenuItem>

NoReplyAddress

Declaration
public string NoReplyAddress { get; set; }
Property Value
Type Description
System.String

SessionId

Declaration
public Guid SessionId { get; set; }
Property Value
Type Description
Guid

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
In This Article
Back to top Generated by DocFX