CodeReferencesWindow

StockSharp.Xaml.Code

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

Hereda de: ThemedWindow

Implementa: IPersistable, IComponentConnector

Constructores

CodeReferencesWindow()

Initializes a new instance of the CodeReferencesWindow.

Propiedades

References : IList<ICodeReference>

References.

Métodos

InitializeComponent()

InitializeComponent

Load(SettingsStorage)

Load settings.

storage
Settings storage.
Save(SettingsStorage)

Save settings.

storage
Settings storage.

Campos

AddNuGetCommand : RoutedCommand

The command for adding NuGet references.

AddProjectCommand : RoutedCommand

The command for adding project references.

AddReferenceCommand : RoutedCommand

The command for adding assembly references.

OkCommand : RoutedCommand

The command for the applying changes.

RemoveCommand : RoutedCommand

The command for the removing references.