 | NodeParent(String, LogicalNode, JobList, TreeParameters) Constructor |
Constructor - passes the processing to the "LogicalNode" base class.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic NodeParent(
string id,
LogicalNode? mother,
JobList? rootJobList,
TreeParameters treeParams
)
Public Sub New (
id As String,
mother As LogicalNode,
rootJobList As JobList,
treeParams As TreeParameters
)
public:
NodeParent(
String^ id,
LogicalNode^ mother,
JobList^ rootJobList,
TreeParameters^ treeParams
)
new :
id : string *
mother : LogicalNode *
rootJobList : JobList *
treeParams : TreeParameters -> NodeParent
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.
See also