Visual |
public abstract class VisualViewModelBase<T> : ThreadedViewModel<T>, IViewModel where T : new(), PropertyBase
The VisualViewModelBaseT type exposes the following members.
| Name | Description | |
|---|---|---|
| VisualViewModelBaseT |
| Name | Description | |
|---|---|---|
| CanSelectInstrument |
Gets or sets if the context menu will display the Instruments menu items
(Inherited from ThreadedViewModel) | |
| ClosedCommand | (Inherited from ThreadedViewModel) | |
| ClosingCommand | (Inherited from ThreadedViewModel) | |
| ContextMenus | (Inherited from ThreadedViewModel) | |
| DialogService |
Opens a IDialogService dialog
(Inherited from ServiceBase) | |
| Dispatcher |
Gets the view Dispatcher (Inherited from ViewModelBase) | |
| Error |
Gets the Error string
(Inherited from ServiceBase) | |
| FileService |
Opens a IFileService dialog
(Inherited from ServiceBase) | |
| Height | (Overrides ViewModelBaseHeight) | |
| HelpUrl | (Inherited from ViewModelBase) | |
| InstrumentCommand | (Inherited from ThreadedViewModel) | |
| InstrumentLinkType | (Inherited from ThreadedViewModel) | |
| InstrumentStr | (Inherited from ThreadedViewModel) | |
| IsActivated | (Inherited from ThreadedViewModel) | |
| IsBuyOrSell |
True = Buy, False = Sell
(Inherited from ThreadedViewModel) | |
| IsClosed |
Called when the workspace is closed by user via TryRemove(String) (Inherited from ThreadedViewModel) | |
| IsModal | (Inherited from ThreadedViewModel) | |
| Item |
Gets the IDataErrorInfo error string
(Inherited from ServiceBase) | |
| Left |
Gets or sets the Left position
(Inherited from ViewModelBase) | |
| LoadedCommand | (Inherited from ThreadedViewModel) | |
| MessageBox |
Opens a IMessageBoxService dialog
(Inherited from ServiceBase) | |
| OrderHelper | (Inherited from ThreadedViewModel) | |
| Property | (Inherited from ThreadedViewModelT) | |
| PropertyCommand | (Inherited from ThreadedViewModelT) | |
| Refresh | ||
| RefreshBackground | ||
| SelectedInstrument | (Inherited from ThreadedViewModel) | |
| SelectInstrumentCommand | (Inherited from ThreadedViewModel) | |
| SingletonService |
Opens a ISingletonService dialog
(Inherited from ServiceBase) | |
| Title |
Gets or sets the title
(Inherited from ViewModelBase) | |
| Top |
Gets or sets the position top
(Inherited from ViewModelBase) | |
| Topmost | (Inherited from ThreadedViewModel) | |
| Width | (Overrides ViewModelBaseWidth) | |
| WindowState | (Overrides ViewModelBaseWindowState) | |
| Workspace | (Inherited from ThreadedViewModel) | |
| YouTubeUrl | (Inherited from ViewModelBase) |
| Name | Description | |
|---|---|---|
| PropertyChanged | (Inherited from NotifyPropertyBase) |