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
Идентификатор цели.
Методы
InitializeComponent
public void InitializeComponent()
storageSettingsPanel.InitializeComponent()
InitializeComponent
События
SettingsChanged
public event Action SettingsChanged
storageSettingsPanel.SettingsChanged += handler
Событие изменения настроек.
Поля
IsCredentialsEnabledProperty
public static readonly DependencyProperty IsCredentialsEnabledProperty
value = StorageSettingsPanel.IsCredentialsEnabledProperty
DependencyProperty для IsCredentialsEnabled.