Click or drag to resize

JobGroupViewModel methods

The JobGroupViewModel Type exposes the following members.

Methods
 NameDescription of the
Public MethodCanClearInfosExecute Returns true if the function is executable.
(Overwrites VishnuViewModelBaseCanClearInfosExecute)
Public MethodCanLogTaskTreeExecute Returns true if the function is executable.
(Overwrites VishnuViewModelBaseCanLogTaskTreeExecute)
Public MethodCanPauseResumeTaskTreeExecute Returns true if the function is executable, in this case always true. Can be overwritten at a suitable point.
(Inherited from VishnuViewModelBase)
Public MethodCanReloadTaskTreeExecute Returns true if the function is executable.
(Overwrites VishnuViewModelBaseCanReloadTaskTreeExecute)
Public MethodCanShowInfosExecute Returns true if the function is executable.
(Overwrites VishnuViewModelBaseCanShowInfosExecute)
Public MethodCanShowLogExecute Returns true if the function is executable.
(Overwrites VishnuViewModelBaseCanShowLogExecute)
Public MethodCanShowSettingsExecute Returns true if the function is executable.
(Overwrites VishnuViewModelBaseCanShowSettingsExecute)
Public MethodCanShowVishnuHelpExecute Returns true if the function is executable, in this case always true.
(Inherited from VishnuViewModelBase)
Public MethodcanSwitchTaskTreeViewExecute Checks whether the tree alignment may be changed. Here: always returns false.
(Overwrites VishnuViewModelBasecanSwitchTaskTreeViewExecute)
Public MethodClearInfosExecute Deletes any existing Vishnu information (messages and logs).
(Overwrites VishnuViewModelBaseClearInfosExecute(Object))
Public MethodDispose Public method for cleaning up.
Protected MethodDispose(Boolean) Clean up here: calls Dispose() for all user elements that are disposable.
Public MethodDoClearInfos Deletes any existing Vishnu information (messages and logs).
Public MethodDoShowInfos Brings any existing Vishnu information (messages and logs) to the foreground.
Public MethodEquals Compares the content of this LogicalNodeViewModel according to logical aspects with the content of a transferred LogicalNodeViewModel.
(Inherited from VishnuViewModelBase)
Protected MethodFinalise Finaliser: is called by the GarbageCollector.
(Overwrites ObjectFinalise)
Public MethodGetDebugNodeInfos Returns a string for debugging purposes.
(Overwrites VishnuViewModelBaseGetDebugNodeInfos)
Public MethodGetHashCode Generates a hash code for this LogicalNodeViewModel.
(Inherited from VishnuViewModelBase)
Protected MethodGetToolTipInfo Returns the result for the ToolTipInfo property. This routine points to NextRunInfoAndResult by default, is overwritten here.
(Overwrites VishnuViewModelBaseGetToolTipInfo)
Public MethodInvalidate Assigns a new GlobalUniqueIdentifier for the VisualTreeCacheBreaker.
(Inherited from VishnuViewModelBase)
Public MethodLogTaskTreeExecute Logs the tree.
(Overwrites VishnuViewModelBaseLogTaskTreeExecute(Object))
Protected MethodOnPropertyChanged Reports for the UI when a property has changed.
(Inherited from ObservableObject)
Protected MethodParentViewToBL Can be overwritten to change the parent control in the business logic.
(Inherited from VishnuViewModelBase)
Public MethodPauseResumeTaskTreeExecute Toggle switch - stops the tree or keeps it running.
(Inherited from VishnuViewModelBase)
Public MethodRaisePropertyChanged(String) Triggers OnPropertyChanged.
(Inherited from ObservableObject)
Public MethodRaisePropertyChangedT(ExpressionFuncT) Triggers OnPropertyChanged.
(Inherited from ObservableObject)
Public MethodReloadTaskTreeExecute Reloads the tree after changing the JobDescriptions.
(Overwrites VishnuViewModelBaseReloadTaskTreeExecute(Object))
Public MethodShowInfosExecute Brings any existing Vishnu information (messages and logs) to the foreground.
(Overwrites VishnuViewModelBaseShowInfosExecute(Object))
Public MethodShowLogExecute Opens the log file in the standard editor asynchronously via ShowLogTaskTree.
(Overwrites VishnuViewModelBaseShowLogExecute(Object))
Public MethodShowLogTaskTree Opens the log file in the standard editor.
Public MethodShowSettingsExecute Outputs the Vishnu parameters in the NotePad editor.
(Overwrites VishnuViewModelBaseShowSettingsExecute(Object))
Public MethodShowSettingsTaskTree Outputs the Vishnu parameters in the NotePad editor.
Public MethodShowVishnuHelpExecute Displays the Vishnu online help.
(Inherited from VishnuViewModelBase)
Public MethodShowVishnuHelpTask Displays the Vishnu online help.
(Inherited from VishnuViewModelBase)
Public MethodswitchTaskTreeViewExecute Request to change the tree alignment (Yin_Yang/F4).
(Inherited from VishnuViewModelBase)
Public MethodUserControlContentRendered Is called up by DynamicUserControlBase when the UserControl has been fully rendered.
(Overwrites VishnuViewModelBaseUserControlContentRendered(Object))
Protected MethodVerifyCalledOnUIThread Checks whether a call is made from the correct thread (dispatcher).
(Inherited from ObservableObject)
Back to the top
See also