Class DataSourceWindow
Inheritance
DataSourceWindow
Assembly: StockSharp.Studio.Controls.dll
Syntax
public class DataSourceWindow : ThemedWindow, IComponentConnector
Constructors
DataSourceWindow()
Declaration
public DataSourceWindow()
Fields
OkCommand
Declaration
public static readonly RoutedCommand OkCommand
Field Value
Properties
Declaration
public Action Configure { get; set; }
Property Value
DataSourceItemsSource
Declaration
public IList<Tuple<string, object>> DataSourceItemsSource { get; }
Property Value
SelectedDataSource
Declaration
public Tuple<string, object> SelectedDataSource { get; set; }
Property Value
Methods
InitializeComponent()
Declaration
public void InitializeComponent()
Implements
Extension Methods