StorageSettingsPanel
StockSharp.Xaml
El panel visual para la configuración de almacenamiento.
Hereda de: UserControl
Implementa: IComponentConnector
Constructores
StorageSettingsPanel
public StorageSettingsPanel()
storageSettingsPanel = StorageSettingsPanel()
Inicia una nueva instancia de la StorageSettingsPanel.
Propiedades
Address
public string Address { get; set; }
value = storageSettingsPanel.Address
storageSettingsPanel.Address = value
La dirección de almacenamiento remota.
IsCredentialsEnabled
public bool IsCredentialsEnabled { get; set; }
value = storageSettingsPanel.IsCredentialsEnabled
storageSettingsPanel.IsCredentialsEnabled = value
Login y Contraseña sólo están disponibles para la edición. El valor predeterminado es .
IsLocal
public bool IsLocal { get; set; }
value = storageSettingsPanel.IsLocal
storageSettingsPanel.IsLocal = value
Si se selecciona almacenamiento local.
IsLocalEnabled
public bool IsLocalEnabled { get; set; }
value = storageSettingsPanel.IsLocalEnabled
storageSettingsPanel.IsLocalEnabled = value
Es la configuración local habilitada.
IsRemoteEnabled
public bool IsRemoteEnabled { get; set; }
value = storageSettingsPanel.IsRemoteEnabled
storageSettingsPanel.IsRemoteEnabled = value
Está activada la configuración remota.
Login
public string Login { get; set; }
value = storageSettingsPanel.Login
storageSettingsPanel.Login = value
Accede.
Password
public SecureString Password { get; set; }
value = storageSettingsPanel.Password
storageSettingsPanel.Password = value
Contraseña.
Path
public string Path { get; set; }
value = storageSettingsPanel.Path
storageSettingsPanel.Path = value
El camino a los datos locales.
TargetCompId
public string TargetCompId { get; set; }
value = storageSettingsPanel.TargetCompId
storageSettingsPanel.TargetCompId = value
Identificación de destino.
Métodos
InitializeComponent
public void InitializeComponent()
storageSettingsPanel.InitializeComponent()
InitializeComponent
Eventos
SettingsChanged
public event Action SettingsChanged
storageSettingsPanel.SettingsChanged += handler
Ajustes cambiaron el evento.
Campos
IsCredentialsEnabledProperty
public static readonly DependencyProperty IsCredentialsEnabledProperty
value = StorageSettingsPanel.IsCredentialsEnabledProperty
DependencyProperty para IsCredentialsEnabled.