Logical |
The LogicalNodeViewModel Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| CanClearInfosExecute |
Returns true if the function is executable.
(Overwrites VishnuViewModelBaseCanClearInfosExecute) | |
| CanHandleExpanderExpandedEvent | Execution permission for the event handler for opening the expander. | |
| CanLogTaskTreeExecute |
Returns true if the function is executable.
(Overwrites VishnuViewModelBaseCanLogTaskTreeExecute) | |
| CanPauseResumeTaskTreeExecute |
Returns true if the function is executable, in this case always true.
Can be overwritten at a suitable point.
(Inherited from VishnuViewModelBase) | |
| CanReloadTaskTreeExecute |
Returns true if the function is executable.
(Overwrites VishnuViewModelBaseCanReloadTaskTreeExecute) | |
| CanShowInfosExecute |
Returns true if the function is executable.
(Overwrites VishnuViewModelBaseCanShowInfosExecute) | |
| CanShowLogExecute |
Returns true if the function is executable.
(Overwrites VishnuViewModelBaseCanShowLogExecute) | |
| CanShowSettingsExecute |
Returns true if the function is executable.
(Overwrites VishnuViewModelBaseCanShowSettingsExecute) | |
| CanShowVishnuHelpExecute |
Returns true if the function is executable, in this case always true.
(Inherited from VishnuViewModelBase) | |
| canSwitchTaskTreeViewExecute |
Checks whether the tree alignment may be changed.
Here: always returns true.
(Inherited from VishnuViewModelBase) | |
| ClearInfosExecute |
Deletes any existing Vishnu information (messages and logs).
(Overwrites VishnuViewModelBaseClearInfosExecute(Object)) | |
| CollapseTree | Collapses the ViewModel branch and thus also the TreeView (because of the associated nodes). | |
| Dispose | Public method for cleaning up. | |
| Dispose(Boolean) | Final theses. | |
| DoClearInfos | Deletes any existing Vishnu information (messages and logs). | |
| DoShowInfos | Brings any existing Vishnu information (messages and logs) to the foreground. | |
| Equals |
Compares the content of this LogicalNodeViewModel according to logical aspects
with the content of a transferred LogicalNodeViewModel.
(Overwrites VishnuViewModelBaseEquals(Object)) | |
| ExpandTree | Folds out the ViewModel tree completely and thus also the TreeView (because of the associated nodes). | |
| Finalise |
Finaliser: is called by the GarbageCollector.
(Overwrites ObjectFinalise) | |
| GetDebugNodeInfos |
Returns a string for debugging purposes.
(Overwrites VishnuViewModelBaseGetDebugNodeInfos) | |
| GetHashCode |
Generates a hash code for this LogicalNodeViewModel.
(Overwrites VishnuViewModelBaseGetHashCode) | |
| GetLogicalNode | Returns the assigned logicalNode from the BusinessLogic. | |
| GetToolTipInfo |
Returns the result for the ToolTipInfo property.
This routine points to NextRunInfoAndResult by default,
can be overwritten if necessary.
(Overwrites VishnuViewModelBaseGetToolTipInfo) | |
| GetTopRootJobListViewModel | Returns the topmost Root-JobList valid for the node. | |
| HandleExpanderCollapsedEvent | Event handler for closing the expander. | |
| HandleExpanderExpandedEvent | Event handler for opening the expander. | |
| HandleExpanderSizeChangedEvent | Event handler for resizing the expander. | |
| Invalidate |
Assigns a new GlobalUniqueIdentifier for the VisualTreeCacheBreaker.
(Inherited from VishnuViewModelBase) | |
| LoadChildren | Loads the children of a node. | |
| LogTaskTree | Reloads the entire tree including JobDescription.xml asynchronously. | |
| LogTaskTreeExecute |
Logs the tree.
(Overwrites VishnuViewModelBaseLogTaskTreeExecute(Object)) | |
| OnPropertyChanged |
Reports for the UI when a property has changed.
(Inherited from ObservableObject) | |
| ParentViewToBL |
Saves a reference to the associated
Control in the business logic.
(Overwrites VishnuViewModelBaseParentViewToBL(FrameworkElement)) | |
| PauseResumeTaskTreeExecute |
Toggle switch - stops the tree or keeps it running.
(Inherited from VishnuViewModelBase) | |
| RaisePropertyChanged(String) |
Triggers OnPropertyChanged.
(Inherited from ObservableObject) | |
| RaisePropertyChangedT(ExpressionFuncT) |
Triggers OnPropertyChanged.
(Inherited from ObservableObject) | |
| RefreshTreeView | Updates the display of a subtree. | |
| ReloadTaskTree | Reloads the entire tree including JobDescription.xml asynchronously. | |
| ReloadTaskTreeExecute |
Reloads the tree after changing the JobDescriptions.
(Overwrites VishnuViewModelBaseReloadTaskTreeExecute(Object)) | |
| SearchSibling | Searches for a node in a tree branch for a given index hierarchy in the "indices" stack. | |
| SetChildOrientation | Sets the alignment of the child nodes. | |
| ShowInfosExecute |
Brings any existing Vishnu information (messages and logs) to the foreground.
(Overwrites VishnuViewModelBaseShowInfosExecute(Object)) | |
| ShowLogExecute |
Opens the log file in the standard editor asynchronously via ShowLogTaskTree.
(Overwrites VishnuViewModelBaseShowLogExecute(Object)) | |
| ShowLogTaskTree | Opens the log file in the standard editor. | |
| ShowSettingsExecute |
Outputs the Vishnu parameters in the NotePad editor.
(Overwrites VishnuViewModelBaseShowSettingsExecute(Object)) | |
| ShowSettingsTaskTree | Outputs the Vishnu parameters in the NotePad editor. | |
| ShowVishnuHelpExecute |
Displays the Vishnu online help.
(Inherited from VishnuViewModelBase) | |
| ShowVishnuHelpTask |
Displays the Vishnu online help.
(Inherited from VishnuViewModelBase) | |
| subLastNotNullLogicalChanged | Is triggered if a LastNotNullLogical has changed anywhere in this subtree. | |
| subLogicalChanged | Is triggered if a logical has changed somewhere in this subtree. | |
| subNodeProgressChanged | Is triggered if a processing progress has changed somewhere in this subtree. | |
| subNodeProgressFinished | Is triggered when processing has been completed somewhere in this subtree. | |
| SubNodeProgressStarted | Is triggered if processing has been started anywhere in this subtree. | |
| SubNodePropertiesChanged | Is activated if other properties have changed for this node, which are to be passed on to the UI. | |
| SubNodeWorkersStateChanged | Is triggered if workers exist for this node and their status has changed. | |
| subPropertiesChanged | Is activated if properties relevant to the display have changed in LogicalTaskTree. | |
| subStateChanged | Is triggered if a NodeState has changed somewhere in this subtree. Changes depending on the "LogicalState", "State" and "Trigger" node properties the display of the processing status of the node. | |
| switchTaskTreeViewExecute |
Request to change the tree alignment (Yin_Yang/F4).
(Inherited from VishnuViewModelBase) | |
| ToString |
Overridden ToString() method.
(Overwrites ObjectToString) | |
| TransferShadowTreeProperties | Transfers properties from a secured branch to an active branch. | |
| TransferSiblingProperties | Transfers certain properties in the VisualTree from sibling to node. | |
| traverse | Recursive auxiliary routine for the public routine 'Traverse'. | |
| Traverse(FuncInt32, IExpandableNode, Object, Object) | Goes recursively through the tree and calls the action for each node. | |
| Traverse(FuncInt32, IExpandableNode, Object, Object, Object) | Goes recursively through the tree and calls the action for each node. | |
| UserControlContentRendered |
Is called up by DynamicUserControlBase when the UserControl has been fully rendered.
(Inherited from VishnuViewModelBase) | |
| VerifyCalledOnUIThread |
Checks whether a call is made from the correct thread (dispatcher).
(Inherited from ObservableObject) |