Class StorageSettingsPanel
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The visual panel for storage settings.
public class StorageSettingsPanel : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
- Inheritance
-
StorageSettingsPanel
- Implements
- Inherited Members
- Extension Methods
Constructors
StorageSettingsPanel()
Initializes a new instance of the StorageSettingsPanel.
public StorageSettingsPanel()
Fields
IsCredentialsEnabledProperty
public static readonly DependencyProperty IsCredentialsEnabledProperty
Field Value
Properties
Address
The remote storage address.
public string Address { get; set; }
Property Value
IsCredentialsEnabled
public bool IsCredentialsEnabled { get; set; }
Property Value
IsLocal
Whether local storage is selected.
public bool IsLocal { get; set; }
Property Value
IsLocalEnabled
Is local settings enabled.
public bool IsLocalEnabled { get; set; }
Property Value
IsRemoteEnabled
Is remote settings enabled.
public bool IsRemoteEnabled { get; set; }
Property Value
Login
Login.
public string Login { get; set; }
Property Value
Password
Password.
public SecureString Password { get; set; }
Property Value
Path
The path to local data.
public string Path { get; set; }
Property Value
TargetCompId
Target ID.
public string TargetCompId { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Events
SettingsChanged
Settings changed event.
public event Action SettingsChanged