![]() | Logical |
The LogicalNodeViewModel Type exposes the following members.
Name | Description of the | |
---|---|---|
![]() | ChildOrientation | Defines whether the child elements of this node should be arranged horizontally or vertically. |
![]() | Children | The children of the current node. |
![]() | ClearInfos |
Command for the ContextMenuItem "Delete info" in the ContextMenu for the "MainGrid" of the control.
(Inherited from VishnuViewModelBase) |
![]() | CollapsedEventCommand | Serves as the first binding anchor for the attached property ExpanderBehavior.CollapsedCommandProperty. |
![]() | CopyToolTipInfoToClipboard |
Command for the Copy button in the ToolTip of the control.
(Inherited from VishnuViewModelBase) |
![]() | DebugMode | Additional test outputs can be made for True. Default: False. |
![]() | DebugNodeInfos | Name + (Id + ReferencedNodeId, if applicable) of the originally referenced SingleNode. |
![]() | ExpandedEventCommand | Serves as the first binding anchor for the attached property ExpanderBehavior.ExpandedCommandProperty. |
![]() | FreeComment | Free text for any application. |
![]() | GridColumn |
Returns or sets the column in the containing grid for the current element.
(Inherited from VishnuViewModelBase) |
![]() | GridRow |
Returns or sets the row in the containing grid for the current element.
(Inherited from VishnuViewModelBase) |
![]() | HasParent | False only for the root node. |
![]() | HookedTo | Contains TreeParams.Name and IdInfo of the node in whose events this node is located. LogicalNodeViewModel or the text "NULL". |
![]() | Id | The identifier of the associated LogicalTaskTree node made available for the UI. |
![]() | IsExpanded | True if the TreeView node that is connected to this node is folded out. |
![]() | IsInSleepTime | Returns true if a rest period defined by the user is currently in progress. for Vishnu actors (checkers) is running. |
![]() | IsRendered |
Indicates whether the associated control has been completely drawn.
(Inherited from VishnuViewModelBase) |
![]() | IsSelected | True if the TreeView node that is connected to this node is associated with is selected. |
![]() | IsSnapshotDummy | True indicates that it is a node within the of a loaded snapshot. |
![]() | IsTreePaused | Returns true if the tree has just been paused. |
![]() | JobInProgress |
Indicates that a ui-triggered background progress is actually running.
(Inherited from VishnuViewModelBase) |
![]() | LastExceptions | Lists possible exceptions of the child nodes in a string separated by a line break. |
![]() | LastExecutingTreeEvent | The last triggering TreeEvent (for TreeEvent-triggered nodes) or zero. |
![]() | LastNotNullLogical | Flag field for the last state of Logical that was not zero; Is required so that workers are only started when the The display changes when the status of Logical changes significantly. has changed and not every time the checker works (Logical = zero). |
![]() | LastRun | Time of the last start of the node. |
![]() | LastRunInfo | Time of the last start of the node as a string. |
![]() | Logical | The logical result of the associated LogicalTaskTree node made available for the UI. |
![]() | LogLogicalTaskTree |
Command for the ContextMenuItem "Log Tree" in the ContextMenu for the "MainGrid" of the control.
(Inherited from VishnuViewModelBase) |
![]() | Name | The name of the associated LogicalTaskTree node made available for the UI. |
![]() | NextRun | Time of the next start of the node (if known) or DateTime.MinValue. |
![]() | NextRunInfo | Info text about the next start of the node (if known) or null. |
![]() | NextRunInfoAndResult | Combined output of NextRunInfo (when is the next run) and Result (in full length). |
![]() | NodeEnvironment | List with all result objects of the subtree's predecessors. |
![]() | OriginalNodeId | Id of the originally referenced SingleNode. |
![]() | Parent | The parent node in the ViewModel. |
![]() | ParentView |
The control for this ViewModel.
(Inherited from VishnuViewModelBase) |
![]() | Path | The unique path of the associated LogicalTaskTree node. |
![]() | PauseResumeLogicalTaskTree |
Command for the ContextMenuItem "Pause Tree" in the ContextMenu for the "MainGrid" of the control.
(Inherited from VishnuViewModelBase) |
![]() | Progress | A text for the number of completed end nodes of this subtree for display in the ProgressBar (usually nnn%) for the UI. |
![]() | ProgressText | A text for the number of completed end nodes of this subtree for display in the ProgressBar (usually nnn%) for the UI. |
![]() | ReloadLogicalTaskTree |
Command for the ContextMenuItem "Reload" in the ContextMenu for the "MainGrid" of the control.
(Inherited from VishnuViewModelBase) |
![]() | Result |
The ReturnObject of the assigned LogicalNode.
(Overwrites VishnuViewModelBaseResult) |
![]() | Results | List of ReturnObjects of the assigned LogicalNode and its children. |
![]() | RootJobListViewModel | Returns the root job list valid for the node. |
![]() | RootLogicalTaskTreeViewModel |
ViewModel of the superordinate LogicalTaskTree.
(Inherited from VishnuViewModelBase) |
![]() | ShortResult | Short text for exceptions of the assigned LogicalNode. |
![]() | ShowInfos |
Command for the ContextMenuItem "Show info" in the ContextMenu for the "MainGrid" of the control.
(Inherited from VishnuViewModelBase) |
![]() | ShowLogLogicalTaskTree |
Command for the ContextMenuItem "Show Log" in the ContextMenu for the "MainGrid" of the control.
(Inherited from VishnuViewModelBase) |
![]() | ShowSettingsLogicalTaskTree |
Command for the ContextMenuItem "Show Settings" in the ContextMenu for the "MainGrid" of the control.
(Inherited from VishnuViewModelBase) |
![]() | ShowVishnuHelp |
Command for the ContextMenuItem "Show Vishnu Help" in the ContextMenu for the "MainGrid" of the control.
(Inherited from VishnuViewModelBase) |
![]() | SingleNodes | The number of end nodes of this subtree made available for the UI. |
![]() | SingleNodesFinished | The number of terminated end nodes of this subtree made available for the UI. |
![]() | SizeChangedEventCommand | Serves as the first binding anchor for the attached property ExpanderBehavior.CollapsedCommandProperty. |
![]() | SleepTimeTo | The end of a possible rest period as a formatted string. |
![]() | StartTreeOrientation | Alignment of the tree when starting the application. AlternatingHorizontal: Alternating structure, starting horizontally (default). Vertical: Vertical structure. Horizontal: Horizontal structure. AlternatingVertical: Alternating structure, starting vertically. |
![]() | SwitchTaskTreeView |
Command for switching the tree display.
(Inherited from VishnuViewModelBase) |
![]() | ToolTipInfo |
Returns the result of GetToolTipInfo().
This routine points to NextRunInfoAndResult by default,
can be overwritten if necessary.
(Inherited from VishnuViewModelBase) |
![]() | TreeParams | Additional parameters that are valid for the entire tree or null. |
![]() | UIDispatcher | The main dispatcher thread. |
![]() | UIMain | The MainWindow. |
![]() | UserControlPath | The path to the UserControl currently to be loaded dynamically. |
![]() | UserDataContext |
Binding to an optional, specific user view model.
(Inherited from VishnuViewModelBase) |
![]() | Visibility | Indicates whether the element is visible, hidden or collapsed. |
![]() | VisualState | Sufficient for a possibly from several technical sources combined state as an enumeration type to the GUI (and the IValueConverter). Default: None |
![]() | VisualTreeCacheBreaker |
Unique GlobalUniqueIdentifier.
Is assigned in the constructor and flows into the overwritten Equals method.
This ensures that after reloading parts of the LogicalTaskTree and restarting
Reload from previous states of the LogicalTaskTree Elements of the original LogicalTaskTree
cached VisualTree instead of the newly loaded elements in the
new VisualTree.
(Inherited from VishnuViewModelBase) |
![]() | WorkersState | Combined NodeWorkerState for all assigned NodeWorkers. |