ProjWBSTreeNodeOperator::construct Method [AX 2012]

Creates a new ProjWBSTReeNodeOperator instance.

client server public static ProjWBSTreeNodeOperator construct(
    ProjWBSTree _tree, 
    ProjWBSTreeNode _node, 
   [smmActivityNumber _newParent, 
    Map _childrenToInsert, 
    ElementNumber _childToExcludeFrom, 
    boolean _operatorCanBeSkipped])

Run On

Called

Parameters

_tree
Type: ProjWBSTree Class
The ProjWbsTree object to which the ProjWBSTreeNode node belongs.
_node
Type: ProjWBSTreeNode Class
The ProjWbsTreeNode object for which to enumerate dependencies.
_newParent
Type: smmActivityNumber Extended Data Type
Specifies the new ProjWbsTreeNode parent activityNumber.
_childrenToInsert
Type: Map Class
A map that maps outline numbers of children after which new children are to be inserted to lists of element numbers of nodes that are to be inserted.
_childToExcludeFrom
Type: ElementNumber Extended Data Type
The node from which the enumerator should starting skipping nodes.
_operatorCanBeSkipped
Type: boolean
If true, while processing operators the order in which the current operator is processed will not matter.

Return Value

Type: ProjWBSTreeNodeOperator Class
A new ProjWBSTreeNodeOperator instance.
Show: