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
AddProjectCommand
The command for adding project references.
public static readonly RoutedCommand AddProjectCommand
Field Value
AddReferenceCommand
The command for adding assembly references.
public static readonly RoutedCommand AddReferenceCommand
Field Value
OkCommand
The command for the applying changes.
public static readonly RoutedCommand OkCommand
Field Value
RemoveCommand
The command for the removing references.
public static readonly RoutedCommand RemoveCommand
Field Value
Properties
References
References.
public IList<ICodeReference> References { get; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Load(SettingsStorage)
Load settings.
public void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Save(SettingsStorage)
Save settings.
public void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.