Click or drag to resize

NodeCunningViewModel methods

The NodeListViewModel Type exposes the following members.

Methods
 NameDescription of the
Public MethodCanClearInfosExecute Returns true if the function is executable.
(Inherited from LogicalNodeViewModel)
Public MethodCanHandleExpanderExpandedEvent Execution permission for the event handler for opening the expander.
(Inherited from LogicalNodeViewModel)
Public MethodCanLogTaskTreeExecute Returns true if the function is executable.
(Inherited from LogicalNodeViewModel)
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.
(Inherited from LogicalNodeViewModel)
Public MethodCanShowInfosExecute Returns true if the function is executable.
(Inherited from LogicalNodeViewModel)
Public MethodCanShowLogExecute Returns true if the function is executable.
(Inherited from LogicalNodeViewModel)
Public MethodCanShowSettingsExecute Returns true if the function is executable.
(Inherited from LogicalNodeViewModel)
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 true.
(Inherited from VishnuViewModelBase)
Public MethodClearInfosExecute Deletes any existing Vishnu information (messages and logs).
(Inherited from LogicalNodeViewModel)
Public MethodCollapseTree Collapses the ViewModel branch and thus also the TreeView (because of the associated nodes).
(Inherited from LogicalNodeViewModel)
Public MethodDispose Public method for cleaning up.
(Inherited from LogicalNodeViewModel)
Protected MethodDispose(Boolean) Final theses.
(Inherited from LogicalNodeViewModel)
Public MethodDoClearInfos Deletes any existing Vishnu information (messages and logs).
(Inherited from LogicalNodeViewModel)
Public MethodDoShowInfos Brings any existing Vishnu information (messages and logs) to the foreground.
(Inherited from LogicalNodeViewModel)
Public MethodEquals Compares the content of this LogicalNodeViewModel according to logical aspects with the content of a transferred LogicalNodeViewModel.
(Inherited from LogicalNodeViewModel)
Public MethodExpandTree Folds out the ViewModel tree completely and thus also the TreeView (because of the associated nodes).
(Inherited from LogicalNodeViewModel)
Protected MethodFinalise Finaliser: is called by the GarbageCollector.
(Inherited from LogicalNodeViewModel)
Public MethodGetDebugNodeInfos Returns a string for debugging purposes.
(Inherited from LogicalNodeViewModel)
Public MethodGetHashCode Generates a hash code for this LogicalNodeViewModel.
(Inherited from LogicalNodeViewModel)
Public MethodGetLogicalNode Returns the assigned logicalNode from the BusinessLogic.
(Inherited from LogicalNodeViewModel)
Protected MethodGetToolTipInfo Returns the result for the ToolTipInfo property. This routine points to NextRunInfoAndResult by default, is overwritten here.
(Overwrites LogicalNodeViewModelGetToolTipInfo)
Public MethodGetTopRootJobListViewModel Returns the topmost Root-JobList valid for the node.
(Inherited from LogicalNodeViewModel)
Public MethodHandleExpanderCollapsedEvent Event handler for closing the expander.
(Inherited from LogicalNodeViewModel)
Public MethodHandleExpanderExpandedEvent Event handler for opening the expander.
(Inherited from LogicalNodeViewModel)
Public MethodHandleExpanderSizeChangedEvent Event handler for resizing the expander.
(Inherited from LogicalNodeViewModel)
Public MethodInvalidate Assigns a new GlobalUniqueIdentifier for the VisualTreeCacheBreaker.
(Inherited from VishnuViewModelBase)
Protected MethodLoadChildren Loads the children of a node.
(Inherited from LogicalNodeViewModel)
Public MethodLogTaskTree Reloads the entire tree including JobDescription.xml asynchronously.
(Inherited from LogicalNodeViewModel)
Public MethodLogTaskTreeExecute Logs the tree.
(Inherited from LogicalNodeViewModel)
Protected MethodOnPropertyChanged Reports for the UI when a property has changed.
(Inherited from ObservableObject)
Protected MethodParentViewToBL Saves a reference to the associated Control in the business logic.
(Inherited from LogicalNodeViewModel)
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)
Protected MethodRefreshTreeView Updates the display of a subtree.
(Inherited from LogicalNodeViewModel)
Public MethodReloadTaskTree Reloads the entire tree including JobDescription.xml asynchronously.
(Inherited from LogicalNodeViewModel)
Public MethodReloadTaskTreeExecute Reloads the tree after changing the JobDescriptions.
(Inherited from LogicalNodeViewModel)
Protected MethodSearchSibling Searches for a node in a tree branch for a given index hierarchy in the "indices" stack.
(Inherited from LogicalNodeViewModel)
Public MethodSetChildOrientation Sets the alignment of the child nodes.
(Inherited from LogicalNodeViewModel)
Public MethodShowInfosExecute Brings any existing Vishnu information (messages and logs) to the foreground.
(Inherited from LogicalNodeViewModel)
Public MethodShowLogExecute Opens the log file in the standard editor asynchronously via ShowLogTaskTree.
(Inherited from LogicalNodeViewModel)
Public MethodShowLogTaskTree Opens the log file in the standard editor.
(Inherited from LogicalNodeViewModel)
Public MethodShowSettingsExecute Outputs the Vishnu parameters in the NotePad editor.
(Inherited from LogicalNodeViewModel)
Public MethodShowSettingsTaskTree Outputs the Vishnu parameters in the NotePad editor.
(Inherited from LogicalNodeViewModel)
Public MethodShowVishnuHelpExecute Displays the Vishnu online help.
(Inherited from VishnuViewModelBase)
Public MethodShowVishnuHelpTask Displays the Vishnu online help.
(Inherited from VishnuViewModelBase)
Protected MethodsubLastNotNullLogicalChanged Is triggered if a LastNotNullLogical has changed anywhere in this subtree.
(Inherited from LogicalNodeViewModel)
Protected MethodsubLogicalChanged Is triggered if a logical has changed somewhere in this subtree.
(Inherited from LogicalNodeViewModel)
Protected MethodsubNodeProgressChanged Is triggered if a processing progress has changed somewhere in this subtree.
(Inherited from LogicalNodeViewModel)
Protected MethodsubNodeProgressFinished Is triggered when processing has been completed somewhere in this subtree.
(Inherited from LogicalNodeViewModel)
Protected MethodSubNodeProgressStarted Is triggered if processing has been started anywhere in this subtree.
(Inherited from LogicalNodeViewModel)
Protected MethodSubNodePropertiesChanged Is activated if other properties have changed for this node, which are to be passed on to the UI.
(Inherited from LogicalNodeViewModel)
Protected MethodSubNodeWorkersStateChanged Is triggered if workers exist for this node and their status has changed.
(Inherited from LogicalNodeViewModel)
Protected MethodsubPropertiesChanged Is activated if properties relevant to the display have changed in LogicalTaskTree.
(Inherited from LogicalNodeViewModel)
Protected MethodsubStateChanged 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.
(Inherited from LogicalNodeViewModel)
Public MethodswitchTaskTreeViewExecute Request to change the tree alignment (Yin_Yang/F4).
(Inherited from VishnuViewModelBase)
Public MethodToString Overridden ToString() method.
(Inherited from LogicalNodeViewModel)
Protected MethodTransferShadowTreeProperties Transfers properties from a secured branch to an active branch.
(Inherited from LogicalNodeViewModel)
Protected MethodTransferSiblingProperties Transfers certain properties in the VisualTree from sibling to node.
(Inherited from LogicalNodeViewModel)
Protected Methodtraverse Recursive auxiliary routine for the public routine 'Traverse'.
(Inherited from LogicalNodeViewModel)
Public MethodTraverse(FuncInt32, IExpandableNode, Object, Object) Goes recursively through the tree and calls the action for each node.
(Inherited from LogicalNodeViewModel)
Public MethodTraverse(FuncInt32, IExpandableNode, Object, Object, Object) Goes recursively through the tree and calls the action for each node.
(Inherited from LogicalNodeViewModel)
Public MethodUserControlContentRendered Is called up by DynamicUserControlBase when the UserControl has been fully rendered.
(Inherited from VishnuViewModelBase)
Protected MethodVerifyCalledOnUIThread Checks whether a call is made from the correct thread (dispatcher).
(Inherited from ObservableObject)
Back to the top
See also