Click or drag to resize

NodeCunningViewModel constructor

Constructor - takes over the ViewModel of the parent LogicalTaskTree, the superordinate ViewModel node, the assigned node from the LogicalTaskTree, a switch for lazy loading and the root framework element for this ViewModel.

Namespace: Vishnu.ViewModel
Assembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public NodeListViewModel(
	
	OrientedTreeViewModelBase logicalTaskTreeViewModel,
	
	LogicalNodeViewModel? parent,
	
	NodeList nodeList,
	
	bool lazyLoadChildren,
	
	FrameworkElement uIMain
)

Parameters

logicalTaskTreeViewModel  OrientedTreeViewModelBase
ViewModel of the superordinate LogicalTaskTree.
parent  LogicalNodeViewModel
The superordinate ViewModel node.
nodeList  NodeList
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