StorageSettingsPanel

StockSharp.Xaml

ストレージ設定用のビジュアルパネル。

継承元: UserControl

実装: IComponentConnector

コンストラクター

StorageSettingsPanel
public StorageSettingsPanel()
storageSettingsPanel = StorageSettingsPanel()

StorageSettingsPanel の新規インスタンスを初期化します。

プロパティ

Address
public string Address { get; set; }
value = storageSettingsPanel.Address
storageSettingsPanel.Address = value

リモートストレージアドレス。

IsCredentialsEnabled
public bool IsCredentialsEnabled { get; set; }
value = storageSettingsPanel.IsCredentialsEnabled
storageSettingsPanel.IsCredentialsEnabled = value

ログインとパスワードは編集のみ利用できます。デフォルト値は .

IsLocal
public bool IsLocal { get; set; }
value = storageSettingsPanel.IsLocal
storageSettingsPanel.IsLocal = value

ローカルストレージが選択されているかどうか。

IsLocalEnabled
public bool IsLocalEnabled { get; set; }
value = storageSettingsPanel.IsLocalEnabled
storageSettingsPanel.IsLocalEnabled = value

ローカル設定が有効になっています。

IsRemoteEnabled
public bool IsRemoteEnabled { get; set; }
value = storageSettingsPanel.IsRemoteEnabled
storageSettingsPanel.IsRemoteEnabled = value

リモート設定が有効になっています。

Login
public string Login { get; set; }
value = storageSettingsPanel.Login
storageSettingsPanel.Login = value

ログイン

Password
public SecureString Password { get; set; }
value = storageSettingsPanel.Password
storageSettingsPanel.Password = value

パスワード

Path
public string Path { get; set; }
value = storageSettingsPanel.Path
storageSettingsPanel.Path = value

ローカルデータへのパス。

TargetCompId
public string TargetCompId { get; set; }
value = storageSettingsPanel.TargetCompId
storageSettingsPanel.TargetCompId = value

ターゲットID。

メソッド

InitializeComponent
public void InitializeComponent()
storageSettingsPanel.InitializeComponent()

担当: 佐藤 宏

イベント

SettingsChanged
public event Action SettingsChanged
storageSettingsPanel.SettingsChanged += handler

設定変更イベント。

フィールド

IsCredentialsEnabledProperty
public static readonly DependencyProperty IsCredentialsEnabledProperty
value = StorageSettingsPanel.IsCredentialsEnabledProperty

代表取締役社長 佐藤 浩一