Class AppSettings
- Namespace
- Shift.Common
- Assembly
- Shift.Common.dll
- Inheritance
-
AppSettings
- Inherited Members
-
- Extension Methods
-
Constructors
AppSettings()
Properties
Application
public Application Application { get; set; }
Property Value
- Application
ConfigurationProviders
public List<string> ConfigurationProviders { get; set; }
Property Value
- List<string>
DataFolderEnterprise
public string DataFolderEnterprise { get; }
Property Value
- string
DataFolderShare
public string DataFolderShare { get; }
Property Value
- string
Database
public DatabaseSettings Database { get; set; }
Property Value
- DatabaseSettings
Engine
public EngineSettings Engine { get; set; }
Property Value
- EngineSettings
Environment
public EnvironmentModel Environment { get; }
Property Value
- EnvironmentModel
Integration
public IntegrationSettings Integration { get; set; }
Property Value
- IntegrationSettings
public Platform Platform { get; set; }
Property Value
- Platform
Release
public ReleaseSettings Release { get; set; }
Property Value
- ReleaseSettings
Security
public SecuritySettings Security { get; set; }
Property Value
- SecuritySettings
Shift
public ShiftSettings Shift { get; set; }
Property Value
- ShiftSettings
Timeline
public TimelineSettings Timeline { get; set; }
Property Value
- TimelineSettings
Variant
public Variant Variant { get; set; }
Property Value
- Variant