StorageSettingsPanel
StockSharp.Xaml
O painel visual para configurações de armazenamento.
Herda de: UserControl
Implementa: IComponentConnector
Construtores
StorageSettingsPanel
public StorageSettingsPanel()
storageSettingsPanel = StorageSettingsPanel()
Inicializa uma nova instância do StorageSettingsPanel.
Propriedades
Address
public string Address { get; set; }
value = storageSettingsPanel.Address
storageSettingsPanel.Address = value
O endereço de armazenamento remoto.
IsCredentialsEnabled
public bool IsCredentialsEnabled { get; set; }
value = storageSettingsPanel.IsCredentialsEnabled
storageSettingsPanel.IsCredentialsEnabled = value
O login e a senha só estão disponíveis para edição. O valor padrão é .
IsLocal
public bool IsLocal { get; set; }
value = storageSettingsPanel.IsLocal
storageSettingsPanel.IsLocal = value
Se o armazenamento local está seleccionado.
IsLocalEnabled
public bool IsLocalEnabled { get; set; }
value = storageSettingsPanel.IsLocalEnabled
storageSettingsPanel.IsLocalEnabled = value
Está habilitada a configuração local.
IsRemoteEnabled
public bool IsRemoteEnabled { get; set; }
value = storageSettingsPanel.IsRemoteEnabled
storageSettingsPanel.IsRemoteEnabled = value
Está habilitada a configuração remota.
Login
public string Login { get; set; }
value = storageSettingsPanel.Login
storageSettingsPanel.Login = value
Login.
Password
public SecureString Password { get; set; }
value = storageSettingsPanel.Password
storageSettingsPanel.Password = value
Senha.
Path
public string Path { get; set; }
value = storageSettingsPanel.Path
storageSettingsPanel.Path = value
O caminho para os dados locais.
TargetCompId
public string TargetCompId { get; set; }
value = storageSettingsPanel.TargetCompId
storageSettingsPanel.TargetCompId = value
Identificação do alvo.
Métodos
InitializeComponent
public void InitializeComponent()
storageSettingsPanel.InitializeComponent()
InitializeComponent
Eventos
SettingsChanged
public event Action SettingsChanged
storageSettingsPanel.SettingsChanged += handler
Configurações mudaram o evento.
Campos
IsCredentialsEnabledProperty
public static readonly DependencyProperty IsCredentialsEnabledProperty
value = StorageSettingsPanel.IsCredentialsEnabledProperty
DependencyProperty@ para IsCredentialsEnabled.