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 AddNuGetCommandField Value
AddProjectCommand
The command for adding project references.
public static readonly RoutedCommand AddProjectCommandField Value
AddReferenceCommand
The command for adding assembly references.
public static readonly RoutedCommand AddReferenceCommandField Value
OkCommand
The command for the applying changes.
public static readonly RoutedCommand OkCommandField Value
RemoveCommand
The command for the removing references.
public static readonly RoutedCommand RemoveCommandField 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
- storageSettingsStorage
- Settings storage. 
Save(SettingsStorage)
Save settings.
public void Save(SettingsStorage storage)Parameters
- storageSettingsStorage
- Settings storage.