Click or drag to resize

NodeConnector(LogicalNode, JobList, TreeParameters) Constructor

Constructor for a snapshot dummy element. This constructor forwards directly to LogicalNode for the constructor of NodeConnector.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public NodeConnector(
	
	LogicalNode mother,
	
	JobList rootJobList,
	
	TreeParameters treeParams
)

Parameters

mother  LogicalNode
The parent node
rootJobList  JobList
The Root-JobList
treeParams  TreeParameters
Parameters valid for the entire tree or null.
See also