Click or drag to resize

NodeConnector(String, LogicalNode, JobList, TreeParameters, LogicalNode, NodeCheckerBase) Constructor

Constructor

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public NodeConnector(
	
	string id,
	
	LogicalNode mother,
	
	JobList rootJoblist,
	
	TreeParameters treeParams,
	
	LogicalNode? node,
	
	NodeCheckerBase? valueModifier
)

Parameters

id  String
Unique identifier of the node.
mother  LogicalNode
The parent node.
rootJoblist  JobList
The responsible JobList.
treeParams  TreeParameters
Parameters valid for the entire tree or null.
node  LogicalNode
The LogicalNode to which this NodeConnector should connect.
valueModifier  NodeCheckerBase
An optional ValueModifier or null.
See also