Table of Contents

Class DataSourceWindow

Namespace
StockSharp.Studio.Controls
Assembly
StockSharp.Studio.Controls.dll
public class DataSourceWindow : ThemedWindow, IComponentConnector
Inheritance
DataSourceWindow
Implements
Extension Methods

Constructors

DataSourceWindow()

public DataSourceWindow()

Fields

OkCommand

public static readonly RoutedCommand OkCommand

Field Value

RoutedCommand

Properties

Configure

public Action Configure { get; set; }

Property Value

Action

DataSourceItemsSource

public IList<Tuple<string, object>> DataSourceItemsSource { get; }

Property Value

IList<Tuple<string, object>>

SelectedDataSource

public Tuple<string, object> SelectedDataSource { get; set; }

Property Value

Tuple<string, object>

Methods

InitializeComponent()

public void InitializeComponent()