Click or drag to resize

JobCunningAllCheckersForUnreferencingNodeConnectors property

Dictionary of external check routines for a jobPackage.job with name as key. Used as a lookup for unresolved JobConnector references.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public Dictionary<string, NodeCheckerBase> AllCheckersForUnreferencingNodeConnectors { get; set; }

Property value

DictionaryString, NodeCheckerBase
See also