Table of Contents

Class CodeReferencesWindow

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

The window for editing the list of references to the .NET assemblies.

public class CodeReferencesWindow : ThemedWindow, IPersistable, IComponentConnector
Inheritance
CodeReferencesWindow
Implements
Extension Methods

Constructors

CodeReferencesWindow()

Initializes a new instance of the CodeReferencesWindow.

public CodeReferencesWindow()

Fields

AddNuGetCommand

The command for adding NuGet references.

public static readonly RoutedCommand AddNuGetCommand

Field Value

RoutedCommand

AddProjectCommand

The command for adding project references.

public static readonly RoutedCommand AddProjectCommand

Field Value

RoutedCommand

AddReferenceCommand

The command for adding assembly references.

public static readonly RoutedCommand AddReferenceCommand

Field Value

RoutedCommand

OkCommand

The command for the applying changes.

public static readonly RoutedCommand OkCommand

Field Value

RoutedCommand

RemoveCommand

The command for the removing references.

public static readonly RoutedCommand RemoveCommand

Field Value

RoutedCommand

Properties

References

References.

public IList<ICodeReference> References { get; }

Property Value

IList<ICodeReference>

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Load(SettingsStorage)

Load settings.

public void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Save(SettingsStorage)

Save settings.

public void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.