Class ImportSettingsListWindow
Окно для редактирования списка ImportSettings.
Implements
Namespace: StockSharp.Xaml
Assembly: StockSharp.Xaml.dll
Syntax
public class ImportSettingsListWindow : ThemedWindow, IComponentConnector
Constructors
ImportSettingsListWindow()
Создать ImportSettingsListWindow.
Declaration
public ImportSettingsListWindow()
Properties
SelectedSettings
Выбранные настройки.
Declaration
public ImportSettings SelectedSettings { get; }
Property Value
Type | Description |
---|---|
ImportSettings |
SelectedSettingsList
Список выбранных настроек.
Declaration
public IEnumerable<ImportSettings> SelectedSettingsList { get; }
Property Value
Type | Description |
---|---|
IEnumerable<ImportSettings> |
Settings
Все доступные настройки.
Declaration
public IEnumerable<ImportSettings> Settings { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<ImportSettings> |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()