Click or drag to resize

JobGroupViewModel properties

The JobGroupViewModel Type exposes the following members.

Properties
 NameDescription of the
Public PropertyClearInfos Command for the ContextMenuItem "Delete info" in the ContextMenu for the "MainGrid" of the control.
(Inherited from VishnuViewModelBase)
Public PropertyCopyToolTipInfoToClipboard Command for the Copy button in the ToolTip of the control.
(Inherited from VishnuViewModelBase)
Public PropertyDebugMode Additional test outputs can be made for True. Default: False.
Public PropertyDebugNodeInfos Name + Id + GUID
Public PropertyFlatNodeViewModelList ItemsSource for a simple listing of end nodes of the tree.
Public PropertyGridColumn Returns or sets the column in the containing grid for the current element.
(Inherited from VishnuViewModelBase)
Public PropertyGridColumnCount Returns or sets the number of rows for the grid contained.
Public PropertyGridRow Returns or sets the row in the containing grid for the current element.
(Inherited from VishnuViewModelBase)
Public PropertyGridRowCount Returns or sets the number of rows for the grid contained.
Public PropertyGroupJobList ViewModel for the LogicalTaskTree.
Public PropertyIsRendered Indicates whether the associated control has been completely drawn.
(Inherited from VishnuViewModelBase)
Public PropertyIsTreePaused Returns true if the tree has just been paused.
Public PropertyJobInProgress Indicates that a ui-triggered background progress is actually running.
(Inherited from VishnuViewModelBase)
Public PropertyLastExceptions Lists possible exceptions of the child nodes in a string separated by a line break.
Public PropertyLogLogicalTaskTree Command for the ContextMenuItem "Log Tree" in the ContextMenu for the "MainGrid" of the control.
(Inherited from VishnuViewModelBase)
Public PropertyParentView The control for this ViewModel.
(Inherited from VishnuViewModelBase)
Public PropertyPauseResumeLogicalTaskTree Command for the ContextMenuItem "Pause Tree" in the ContextMenu for the "MainGrid" of the control.
(Inherited from VishnuViewModelBase)
Public PropertyReloadLogicalTaskTree Command for the ContextMenuItem "Reload" in the ContextMenu for the "MainGrid" of the control.
(Inherited from VishnuViewModelBase)
Public PropertyResult The ReturnObject of the assigned LogicalNode.
(Inherited from VishnuViewModelBase)
Public PropertyRootLogicalTaskTreeViewModel ViewModel of the superordinate LogicalTaskTree.
(Inherited from VishnuViewModelBase)
Public PropertyShowInfos Command for the ContextMenuItem "Show info" in the ContextMenu for the "MainGrid" of the control.
(Inherited from VishnuViewModelBase)
Public PropertyShowLogLogicalTaskTree Command for the ContextMenuItem "Show Log" in the ContextMenu for the "MainGrid" of the control.
(Inherited from VishnuViewModelBase)
Public PropertyShowSettingsLogicalTaskTree Command for the ContextMenuItem "Show Settings" in the ContextMenu for the "MainGrid" of the control.
(Inherited from VishnuViewModelBase)
Public PropertyShowVishnuHelp Command for the ContextMenuItem "Show Vishnu Help" in the ContextMenu for the "MainGrid" of the control.
(Inherited from VishnuViewModelBase)
Public PropertySwitchTaskTreeView Command for switching the tree display.
(Inherited from VishnuViewModelBase)
Public PropertyToolTipInfo Returns the result of GetToolTipInfo(). This routine points to NextRunInfoAndResult by default, can be overwritten if necessary.
(Inherited from VishnuViewModelBase)
Public PropertyUserDataContext Binding to an optional, specific user view model.
(Inherited from VishnuViewModelBase)
Public PropertyVisualTreeCacheBreaker 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)
Back to the top
See also