Click or drag to resize

NodeList(String, LogicalNode, JobList, TreeParameters) Constructor

Conductor

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

Parameters

id  String
Unique identifier of the node
mother  LogicalNode
Id of the parent node.
rootJobList  JobList
The responsible JobList.
treeParams  TreeParameters
Parameters valid for the entire tree or null.
See also