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
-
IPersistable
- Extension Methods
Constructors
CodeReferencesWindow()
Initializes a new instance of the CodeReferencesWindow.
public CodeReferencesWindow()
Fields
AddCommand
The command for the adding references.
public static readonly RoutedCommand AddCommand
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<CodeReference> References { get; }
Property Value
- IList<CodeReference>
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.