CodeReferencesWindow

StockSharp.Xaml.Code

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

Inherits: ThemedWindow

Implements: IPersistable, IComponentConnector

Constructors

CodeReferencesWindow
public CodeReferencesWindow()
codeReferencesWindow = CodeReferencesWindow()

Initializes a new instance of the CodeReferencesWindow.

Properties

References
public IList<ICodeReference> References { get; }
value = codeReferencesWindow.References

References.

Methods

InitializeComponent
public void InitializeComponent()
codeReferencesWindow.InitializeComponent()

InitializeComponent

Load
public void Load(SettingsStorage storage)
codeReferencesWindow.Load(storage)

Load settings.

storage
Settings storage.
Save
public void Save(SettingsStorage storage)
codeReferencesWindow.Save(storage)

Save settings.

storage
Settings storage.

Fields

AddNuGetCommand
public static readonly RoutedCommand AddNuGetCommand
value = CodeReferencesWindow.AddNuGetCommand

The command for adding NuGet references.

AddProjectCommand
public static readonly RoutedCommand AddProjectCommand
value = CodeReferencesWindow.AddProjectCommand

The command for adding project references.

AddReferenceCommand
public static readonly RoutedCommand AddReferenceCommand
value = CodeReferencesWindow.AddReferenceCommand

The command for adding assembly references.

OkCommand
public static readonly RoutedCommand OkCommand
value = CodeReferencesWindow.OkCommand

The command for the applying changes.

RemoveCommand
public static readonly RoutedCommand RemoveCommand
value = CodeReferencesWindow.RemoveCommand

The command for the removing references.