ProjWBSTreeNode Class [AX 2012]
The ProjWBSTreeNode class represents a WBS tree node.
| Method | Description | |
|---|---|---|
| activityNumber | Gets the activity number of the current node. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| costToComplete | Get cost to complete |
| elementNumber | Gets the element number of the current node. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasParent | Determines whether this node has a parent. |
| new | Initializes a new instance of the Object class. (Overrides the new Method.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmActivityDuration | Gets or sets the ActivityDuration parameter. |
| parmActualCost | Gets or sets the ActualCost parameter. |
| parmActualEffort | Gets or sets the ActualEffort parameter. |
| parmCategory | Gets or sets the Category parameter. |
| parmChildrenCostAtComplete | Gets or sets the ChildrenCostAtComplete parameter. |
| parmChildrenEffortAtComplete | Gets or sets the ChildrenEffortAtComplete parameter. |
| parmChildrensPath | Gets the ChildrensPath parameter. |
| parmCostAtComplete | Gets or sets the CostAtComplete parameter. |
| parmEffort | Gets or sets the Effort parameter. |
| parmEffortAtComplete | Gets or sets the EffortAtComplete parameter. |
| parmEndDate | Gets or sets the EndDate parameter. |
| parmIndentation | Gets or sets the Indentation parameter. |
| parmIsExpanded | Gets or sets the IsExpanded parameter. |
| parmLevel | Gets or sets the Level parameter. |
| parmName | Gets or sets the Name parameter. |
| parmNumberOfResources | Gets or sets the NumberOfResources parameter. |
| parmOutlineNumber | Gets or sets the OutlineNumber parameter. |
| parmParentElementNumber | Sets or gets the node's parent element number. |
| parmPath | Gets or sets the Path parameter. |
| parmPlannedCost | Gets or sets the PlannedCost parameter. |
| parmPredecessors | Gets or sets the Predecessors parameter. |
| parmSiblingNumber | Gets or sets the SiblingNumber parameter. |
| parmStartDate | Gets or sets the StartDate parameter. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| toTableNode | Builds a table buffer containing the node's data. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::isSubPath | Checks if one ProjWBSTreeNode childrens path is a sub path of another one. |
Community Additions
ADD
Show: