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.