Class AppStartSettings
- Namespace
- StockSharp.Configuration
- Assembly
- StockSharp.Configuration.dll
Application start configuration.
public class AppStartSettings : IPersistable
- Inheritance
-
AppStartSettings
- Implements
- 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
TimeZone
Preferred application time zone.
public TimeZoneInfo TimeZone { get; set; }
Property Value
Methods
TryLoad(IFileSystem)
Try load settings, if config file exists.
public static AppStartSettings TryLoad(IFileSystem fileSystem)
Parameters
fileSystemIFileSystem
Returns
TrySave(IFileSystem)
Save settings into PlatformConfigurationFile if it is defined.
public void TrySave(IFileSystem fileSystem)
Parameters
fileSystemIFileSystem