Click or drag to resize

VishnuViewModelBase properties

The VishnuViewModelBase 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.
Public PropertyCopyToolTipInfoToClipboard Command for the Copy button in the ToolTip of the control.
Public PropertyGridColumn Returns or sets the column in the containing grid for the current element.
Public PropertyGridRow Returns or sets the row in the containing grid for the current element.
Public PropertyIsRendered Indicates whether the associated control has been completely drawn.
Public PropertyJobInProgress Indicates that a ui-triggered background progress is actually running.
Public PropertyLogLogicalTaskTree Command for the ContextMenuItem "Log Tree" in the ContextMenu for the "MainGrid" of the control.
Public PropertyParentView The control for this ViewModel.
Public PropertyPauseResumeLogicalTaskTree Command for the ContextMenuItem "Pause Tree" in the ContextMenu for the "MainGrid" of the control.
Public PropertyReloadLogicalTaskTree Command for the ContextMenuItem "Reload" in the ContextMenu for the "MainGrid" of the control.
Public PropertyResult The ReturnObject of the assigned LogicalNode.
Public PropertyRootLogicalTaskTreeViewModel ViewModel of the superordinate LogicalTaskTree.
Public PropertyShowInfos Command for the ContextMenuItem "Show info" in the ContextMenu for the "MainGrid" of the control.
Public PropertyShowLogLogicalTaskTree Command for the ContextMenuItem "Show Log" in the ContextMenu for the "MainGrid" of the control.
Public PropertyShowSettingsLogicalTaskTree Command for the ContextMenuItem "Show Settings" in the ContextMenu for the "MainGrid" of the control.
Public PropertyShowVishnuHelp Command for the ContextMenuItem "Show Vishnu Help" in the ContextMenu for the "MainGrid" of the control.
Public PropertySwitchTaskTreeView Command for switching the tree display.
Public PropertyToolTipInfo Returns the result of GetToolTipInfo(). This routine points to NextRunInfoAndResult by default, can be overwritten if necessary.
Public PropertyUserDataContext Binding to an optional, specific user view model.
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.
Back to the top
See also