Table of Contents

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

string

Online

Online mode.

public bool Online { get; set; }

Property Value

bool

TimeZone

Preferred application time zone.

public TimeZoneInfo TimeZone { get; set; }

Property Value

TimeZoneInfo

Methods

TryLoad(IFileSystem)

Try load settings, if config file exists.

public static AppStartSettings TryLoad(IFileSystem fileSystem)

Parameters

fileSystem IFileSystem

Returns

AppStartSettings

TrySave(IFileSystem)

Save settings into PlatformConfigurationFile if it is defined.

public void TrySave(IFileSystem fileSystem)

Parameters

fileSystem IFileSystem