Class AppStartSettings
- Namespace
- StockSharp.Configuration
- Assembly
- StockSharp.Configuration.dll
Application start configuration.
public class AppStartSettings : IPersistable
- Inheritance
-
AppStartSettings
- Implements
-
IPersistable
- Inherited Members
- Extension Methods
Constructors
AppStartSettings()
public AppStartSettings()
Properties
Language
Selected application language.
public string Language { get; set; }
Property Value
Online
Online mode.
public bool Online { get; set; }
Property Value
Methods
TryLoad()
Try load settings, if config file exists.
public static AppStartSettings TryLoad()
Returns
TrySave()
Save settings into PlatformConfigurationFile if it is defined.
public void TrySave()