Click or drag to resize

LogicalTaskTreeViewModel constructor

Constructor - takes over the business logic, the MainWindow, the start orientation of the tree and a filter for the NodeTypes to be displayed.

Namespace: Vishnu.ViewModel
Assembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public LogicalTaskTreeViewModel(
	
	LogicalTaskTree businessLogic,
	
	FrameworkElement uiMain,
	
	TreeOrientation startTreeOrientation,
	
	NodeTypes flatNodeListFilter,
	
	TreeParameters treeParams
)

Parameters

businessLogic  LogicalTaskTree
The business logic of the application.
uiMain  FrameworkElement
The Vishnu MainWindow.
startTreeOrientation  TreeOrientation
The starting orientation of the tree.
flatNodeListFilter  NodeTypes
A filter for NodeTypes to be displayed.
treeParams  TreeParameters
Parameters for the entire tree.
See also