Vishnu |
The VishnuViewModelBase Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| CanClearInfosExecute | Returns true if the function is executable, here always false. Can be overwritten at a suitable point. | |
| CanLogTaskTreeExecute | Returns true if the function is executable, here always false. Can be overwritten at a suitable point. | |
| CanPauseResumeTaskTreeExecute | Returns true if the function is executable, in this case always true. Can be overwritten at a suitable point. | |
| CanReloadTaskTreeExecute | Returns true if the function is executable, here always false. Can be overwritten at a suitable point. | |
| CanShowInfosExecute | Returns true if the function is executable, here always false. Can be overwritten at a suitable point. | |
| CanShowLogExecute | Returns true if the function is executable, here always false. Can be overwritten at a suitable point. | |
| CanShowSettingsExecute | Returns true if the function is executable, here always false. Can be overwritten at a suitable point. | |
| CanShowVishnuHelpExecute | Returns true if the function is executable, in this case always true. | |
| canSwitchTaskTreeViewExecute | Checks whether the tree alignment may be changed. Here: always returns true. | |
| ClearInfosExecute | Is intended for deleting any existing Vishnu information (messages and logs). Can be overwritten in a suitable place. | |
| Equals |
Compares the content of this LogicalNodeViewModel according to logical aspects
with the content of a transferred LogicalNodeViewModel.
(Overwrites ObjectEquals(Object)) | |
| GetDebugNodeInfos | Returns a string for debugging purposes. | |
| GetHashCode |
Generates a hash code for this LogicalNodeViewModel.
(Overwrites ObjectGetHashCode) | |
| GetToolTipInfo | Returns the result for the ToolTipInfo property. This routine points to NextRunInfoAndResult by default, can be overwritten if necessary. | |
| Invalidate | Assigns a new GlobalUniqueIdentifier for the VisualTreeCacheBreaker. | |
| LogTaskTreeExecute | Is intended for logging the tree at a suitable location. Can be overwritten for this purpose. | |
| OnPropertyChanged |
Reports for the UI when a property has changed.
(Inherited from ObservableObject) | |
| ParentViewToBL | Can be overwritten to change the parent control in the business logic. | |
| PauseResumeTaskTreeExecute | Toggle switch - stops the tree or keeps it running. | |
| RaisePropertyChanged(String) |
Triggers OnPropertyChanged.
(Inherited from ObservableObject) | |
| RaisePropertyChangedT(ExpressionFuncT) |
Triggers OnPropertyChanged.
(Inherited from ObservableObject) | |
| ReloadTaskTreeExecute | Is used to reload the tree at a suitable location after a change of the JobDescriptions. Can be overwritten for this purpose. | |
| ShowInfosExecute | Is for displaying any existing Vishnu information (messages and logs) in the foreground. Can be overwritten in a suitable place. | |
| ShowLogExecute | Is intended for displaying the Vishnu log. Can be overwritten in a suitable place. | |
| ShowSettingsExecute | Is intended for displaying the Vishnu parameters. Can be overwritten in a suitable place. | |
| ShowVishnuHelpExecute | Displays the Vishnu online help. | |
| ShowVishnuHelpTask | Displays the Vishnu online help. | |
| switchTaskTreeViewExecute | Request to change the tree alignment (Yin_Yang/F4). | |
| UserControlContentRendered | Is called up by DynamicUserControlBase when the UserControl has been fully rendered. | |
| VerifyCalledOnUIThread |
Checks whether a call is made from the correct thread (dispatcher).
(Inherited from ObservableObject) |