Main |
The MainWindowViewModel Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| GetTopJobListViewModel | Returns the top JobListViewModel of the tree as IVishnuViewModel. | |
| OnPropertyChanged |
Reports for the UI when a property has changed.
(Inherited from ObservableObject) | |
| RaisePropertyChanged(String) |
Triggers OnPropertyChanged.
(Inherited from ObservableObject) | |
| RaisePropertyChangedT(ExpressionFuncT) |
Triggers OnPropertyChanged.
(Inherited from ObservableObject) | |
| RefreshDependentAlternativeViewModels | Updates the ViewModels of any additional views, that map the same BusinessLogic (here: JobGroupViewModel). | |
| SaveTreeState | Calls the method of the same name in the LogicalTaskTreeViewModel to save the current display status of the main window (parameter) and all nodes (collapsed or expanded). | |
| SetTopJobListViewModel | Sets the top JobListViewModel of the tree. Returns the previous top JobListViewModel. | |
| ShowVishnuHelpTask | Displays the Vishnu online help. | |
| SwitchTakTreeViewRouted | Initiates the request to change the tree alignment (Yin_Yang) the Main-JobListViewModel. | |
| VerifyCalledOnUIThread |
Checks whether a call is made from the correct thread (dispatcher).
(Inherited from ObservableObject) |