Table of Contents

Class ImportSelectAdapterWindow

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

Select adapter window.

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

Constructors

ImportSelectAdapterWindow()

Initializes a new instance of the ImportSelectAdapterWindow.

public ImportSelectAdapterWindow()

Properties

Adapters

All possible adapters.

public IEnumerable<IMessageAdapter> Adapters { get; set; }

Property Value

IEnumerable<IMessageAdapter>

SelectedAdapter

Selected adapter.

public IMessageAdapter SelectedAdapter { get; set; }

Property Value

IMessageAdapter

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()