Click or drag to resize

SnapshotViewModel constructor

Constructor

Namespace: Vishnu.ViewModel
Assembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public SnapshotViewModel(
	
	OrientedTreeViewModelBase logicalTaskTreeViewModel,
	
	LogicalNodeViewModel parent,
	
	Snapshot snapshot,
	
	bool lazyLoadChildren,
	
	FrameworkElement uIMain
)

Parameters

logicalTaskTreeViewModel  OrientedTreeViewModelBase
The ViewModel superordinate to the root node (only for non-zero root jobs).
parent  LogicalNodeViewModel
The superordinate ViewModel node.
snapshot  Snapshot
The assigned node from the LogicalTaskTree.
lazyLoadChildren  Boolean
With True, the children are only reloaded when the TreeView node is opened.
uIMain  FrameworkElement
The Root-FrameworkElement for this ViewModel.
See also