 | JobCunningAllCheckersForUnreferencingNodeConnectors property |
Dictionary of external check routines for a jobPackage.job with name as key.
Used as a lookup for unresolved JobConnector references.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic Dictionary<string, NodeCheckerBase> AllCheckersForUnreferencingNodeConnectors { get; set; }
Public Property AllCheckersForUnreferencingNodeConnectors As Dictionary(Of String, NodeCheckerBase)
Get
Set
public:
property Dictionary<String^, NodeCheckerBase^>^ AllCheckersForUnreferencingNodeConnectors {
Dictionary<String^, NodeCheckerBase^>^ get ();
void set (Dictionary<String^, NodeCheckerBase^>^ value);
}
member AllCheckersForUnreferencingNodeConnectors : Dictionary<string, NodeCheckerBase> with get, set
Property value
DictionaryString,
NodeCheckerBase
See also