Click or drag to resize

MainWindowViewModel methods

The MainWindowViewModel Type exposes the following members.

Methods
 NameDescription of the
Public MethodGetTopJobListViewModel Returns the top JobListViewModel of the tree as IVishnuViewModel.
Protected MethodOnPropertyChanged Reports for the UI when a property has changed.
(Inherited from ObservableObject)
Public MethodRaisePropertyChanged(String) Triggers OnPropertyChanged.
(Inherited from ObservableObject)
Public MethodRaisePropertyChangedT(ExpressionFuncT) Triggers OnPropertyChanged.
(Inherited from ObservableObject)
Public MethodRefreshDependentAlternativeViewModels Updates the ViewModels of any additional views, that map the same BusinessLogic (here: JobGroupViewModel).
Public MethodSaveTreeState 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).
Public MethodSetTopJobListViewModel Sets the top JobListViewModel of the tree. Returns the previous top JobListViewModel.
Public MethodShowVishnuHelpTask Displays the Vishnu online help.
Public MethodSwitchTakTreeViewRouted Initiates the request to change the tree alignment (Yin_Yang) the Main-JobListViewModel.
Protected MethodVerifyCalledOnUIThread Checks whether a call is made from the correct thread (dispatcher).
(Inherited from ObservableObject)
Back to the top
See also