Table of Contents

Class ProjectReferenceWindow

Namespace
StockSharp.Xaml.Code
Assembly
StockSharp.Xaml.dll

Project dependency window.

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

Constructors

ProjectReferenceWindow()

Initializes a new instance of the ProjectReferenceWindow.

public ProjectReferenceWindow()

Properties

Reference

The selected dependency.

public ICodeReference Reference { get; set; }

Property Value

ICodeReference

Referencies

The dependency items source.

public IEnumerable<ICodeReference> Referencies { get; set; }

Property Value

IEnumerable<ICodeReference>

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()