Click or drag to resize

MainWindowViewModel constructor

constructor - takes over the ViewModel for the LogicalTaskTree and a method of the MainWindows to restore the window size depending on the window content.

Namespace: Vishnu.ViewModel
Assembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public MainWindowViewModel(
	
	LogicalTaskTreeViewModel logicalTaskTreeViewModel,
	
	Action<Object?> initWindowSize,
	
	NodeTypes flatNodeListFilter,
	
	string additionalWindowHeaderInfo,
	
	TreeParameters treeParams
)

Parameters

logicalTaskTreeViewModel  LogicalTaskTreeViewModel
ViewModel for the LogicalTaskTree.
initWindowSize  ActionObject
Restores the window size depending on the window content.
flatNodeListFilter  NodeTypes
Filter for defined node types.
additionalWindowHeaderInfo  String
Optional additional text for the window title.
treeParams  TreeParameters
Parameters for the entire tree.
See also