StorageSettingsPanel

StockSharp.Xaml

The visual panel for storage settings.

Наследует: UserControl

Реализует: IComponentConnector

Конструкторы

StorageSettingsPanel()

Initializes a new instance of the StorageSettingsPanel.

Свойства

Address : string

The remote storage address.

IsCredentialsEnabled : bool

Login and Password are only available for editing. The default value is .

IsLocal : bool

Whether local storage is selected.

IsLocalEnabled : bool

Is local settings enabled.

IsRemoteEnabled : bool

Is remote settings enabled.

Login : string

Login.

Password : SecureString

Password.

Path : string

The path to local data.

TargetCompId : string

Target ID.

Методы

InitializeComponent()

InitializeComponent

События

SettingsChanged : Action

Settings changed event.

Поля

IsCredentialsEnabledProperty : DependencyProperty

DependencyProperty for IsCredentialsEnabled.