ProjDependecyEnumerator::constructForParentNodeWithNewChild Method [AX 2012]

Creates new ProjDependecyEnumerator instance.

Provides simplified signature for nodes with one new child.

///

client server public static ProjDependecyEnumerator constructForParentNodeWithNewChild(
    ProjWBSTree _tree, 
    ProjWBSTreeNode _node, 
    str _childToAdd)

Run On

Called

Parameters

_tree
Type: ProjWBSTree Class
ProjWbsTree object to which ProjWBSTreeNode node belongs.
_node
Type: ProjWBSTreeNode Class
ProjWbsTreeNode object for which to enumerate dependencies.
_childToAdd
Type: str
Makes enumerate additionaly through child node with specified element number.

Return Value

Type: ProjDependecyEnumerator Class
true if enumerator denotes a valid dependency.
Show: