RetailDeploymentHierarchyNode Class [AX 2012]
The RetailDeploymentHierarchyNode class represents a node in the Retail Deployment Hierarchy view.
Syntax
class RetailDeploymentHierarchyNode
Run On
Called
Methods
Method | Description | |
---|---|---|
addChild | Adds a child node. | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
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.) | |
isArtificalNode | Checks if a node is an artifical node. | |
isContainerNode | Checks if this node is a container node or not. | |
new | Initializes a new instance of the RetailDeploymentHierarchyNode class. | |
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.) | |
parmCanLoadChildren | Gets or sets the CanLoadChildren parameter. | |
parmChildNodeIds | Gets or sets the ChildNodeIds parameter. | |
parmContextStr | get/set the context string | |
parmDescendantsLoaded | Gets or sets the DescendantsLoaded parameter. | |
parmDrillDownAllowedBelow | Gets or sets the DrillDownAllowedBelow parameter. | |
parmId | Gets or sets the Id parameter. | |
parmIsDrilldownNode | Gets or sets the IsDrilldownNode parameter. | |
parmIsLeaf | Gets or sets the IsLeaf parameter. | |
parmNodeName | Gets or sets the NodeName parameter. | |
parmNodeType | Gets or sets the NodeType parameter. | |
parmNumContained | Set/get number of nodes contained by container node | |
parmParentNodeId | Gets or sets the ParentNodeId parameter. | |
parmRefRecId | Gets or sets the RefRecId parameter. | |
removeChildren | Removes the children of this node. | |
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.) | |
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.) | |
::newParameters | Creates a new node. |
Top
Inheritance Hierarchy
Object Class
RetailDeploymentHierarchyNode Class