ProjDependecyEnumerator::construct Method [AX 2012]

Creates new ProjDependecyEnumerator instance.

client server public static ProjDependecyEnumerator construct(
    ProjWBSTree _tree, 
    ProjWBSTreeNode _node, 
   [str _predecessorToExclude, 
    List _childrenToAdd, 
    str _childToExcludeFrom])

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.
_predecessorToExclude
Type: str
Makes enumerator skip predecessor with specified activity number.
_childrenToAdd
Type: List Class
Makes enumerator iterate through additional children with elemenent numbers specified in list.
_childToExcludeFrom
Type: str
Makes enumerator skip nodes starting from the one specified.

Return Value

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