Class SecurityMappingPanel
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The panel for creation and editing of symbols mapping.
public class SecurityMappingPanel : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IPersistable, IComponentConnector
- Inheritance
-
SecurityMappingPanel
- Implements
-
IPersistable
- Inherited Members
- Extension Methods
Constructors
SecurityMappingPanel()
Initializes a new instance of the SecurityMappingPanel.
public SecurityMappingPanel()
Fields
AddCommand
RoutedCommand to add mapping.
public static readonly RoutedCommand AddCommand
Field Value
RemoveCommand
RoutedCommand to remove mapping.
public static readonly RoutedCommand RemoveCommand
Field Value
SaveTextProperty
public static readonly DependencyProperty SaveTextProperty
Field Value
Properties
ConnectorsInfo
Visual description of available connections.
public IList<ConnectorInfo> ConnectorsInfo { get; }
Property Value
SaveText
Text for Save button.
public string SaveText { get; set; }
Property Value
Storage
Security identifier mappings storage.
public ISecurityMappingStorage Storage { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Load(SettingsStorage)
Load settings.
public void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Save(SettingsStorage)
Save settings.
public void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Events
Saving
Save button clicked.
public event Action Saving