Table of Contents

Class ImportSettingsListWindow

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

The window for the list editing ImportSettings.

public class ImportSettingsListWindow : ThemedWindow, IComponentConnector
Inheritance
ImportSettingsListWindow
Implements
Extension Methods

Constructors

ImportSettingsListWindow()

Initializes a new instance of the ImportSettingsListWindow.

public ImportSettingsListWindow()

Properties

SelectedSettings

The selected settings.

public ImportSettings SelectedSettings { get; }

Property Value

ImportSettings

SelectedSettingsList

Selected settings list.

public IEnumerable<ImportSettings> SelectedSettingsList { get; }

Property Value

IEnumerable<ImportSettings>

Settings

All available settings.

public IEnumerable<ImportSettings> Settings { get; set; }

Property Value

IEnumerable<ImportSettings>

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()