Click or drag to resize

VishnuViewModelBase methods

The VishnuViewModelBase Type exposes the following members.

Methods
 NameDescription of the
Public MethodCanClearInfosExecute Returns true if the function is executable, here always false. Can be overwritten at a suitable point.
Public MethodCanLogTaskTreeExecute Returns true if the function is executable, here always false. Can be overwritten at a suitable point.
Public MethodCanPauseResumeTaskTreeExecute Returns true if the function is executable, in this case always true. Can be overwritten at a suitable point.
Public MethodCanReloadTaskTreeExecute Returns true if the function is executable, here always false. Can be overwritten at a suitable point.
Public MethodCanShowInfosExecute Returns true if the function is executable, here always false. Can be overwritten at a suitable point.
Public MethodCanShowLogExecute Returns true if the function is executable, here always false. Can be overwritten at a suitable point.
Public MethodCanShowSettingsExecute Returns true if the function is executable, here always false. Can be overwritten at a suitable point.
Public MethodCanShowVishnuHelpExecute Returns true if the function is executable, in this case always true.
Public MethodcanSwitchTaskTreeViewExecute Checks whether the tree alignment may be changed. Here: always returns true.
Public MethodClearInfosExecute Is intended for deleting any existing Vishnu information (messages and logs). Can be overwritten in a suitable place.
Public MethodEquals Compares the content of this LogicalNodeViewModel according to logical aspects with the content of a transferred LogicalNodeViewModel.
(Overwrites ObjectEquals(Object))
Public MethodGetDebugNodeInfos Returns a string for debugging purposes.
Public MethodGetHashCode Generates a hash code for this LogicalNodeViewModel.
(Overwrites ObjectGetHashCode)
Protected MethodGetToolTipInfo Returns the result for the ToolTipInfo property. This routine points to NextRunInfoAndResult by default, can be overwritten if necessary.
Public MethodInvalidate Assigns a new GlobalUniqueIdentifier for the VisualTreeCacheBreaker.
Public MethodLogTaskTreeExecute Is intended for logging the tree at a suitable location. Can be overwritten for this purpose.
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.
Public MethodPauseResumeTaskTreeExecute Toggle switch - stops the tree or keeps it running.
Public MethodRaisePropertyChanged(String) Triggers OnPropertyChanged.
(Inherited from ObservableObject)
Public MethodRaisePropertyChangedT(ExpressionFuncT) Triggers OnPropertyChanged.
(Inherited from ObservableObject)
Public MethodReloadTaskTreeExecute Is used to reload the tree at a suitable location after a change of the JobDescriptions. Can be overwritten for this purpose.
Public MethodShowInfosExecute Is for displaying any existing Vishnu information (messages and logs) in the foreground. Can be overwritten in a suitable place.
Public MethodShowLogExecute Is intended for displaying the Vishnu log. Can be overwritten in a suitable place.
Public MethodShowSettingsExecute Is intended for displaying the Vishnu parameters. Can be overwritten in a suitable place.
Public MethodShowVishnuHelpExecute Displays the Vishnu online help.
Public MethodShowVishnuHelpTask Displays the Vishnu online help.
Public MethodswitchTaskTreeViewExecute Request to change the tree alignment (Yin_Yang/F4).
Public MethodUserControlContentRendered Is called up by DynamicUserControlBase when the UserControl has been fully rendered.
Protected MethodVerifyCalledOnUIThread Checks whether a call is made from the correct thread (dispatcher).
(Inherited from ObservableObject)
Back to the top
See also