Click or drag to resize

JobCunningFindNodeById method

Searches in the current JobList and all parent JobLists after the node with the transferred 'nodeId'. The first hit wins.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public override LogicalNode? FindNodeById(
	
	string nodeId
)

Parameters

nodeId  String
The Id of the node to be searched for.

Return value

LogicalNode
The LogicalNode found or null.
See also