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
Dn671196.pubmethod(en-us,AX.60).gif addChild Adds a child node.
Dn671196.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn671196.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn671196.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn671196.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn671196.pubmethod(en-us,AX.60).gif isArtificalNode Checks if a node is an artifical node.
Dn671196.pubmethod(en-us,AX.60).gif isContainerNode Checks if this node is a container node or not.
Dn671196.protmethod(en-us,AX.60).gif new Initializes a new instance of the RetailDeploymentHierarchyNode class.
Dn671196.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Dn671196.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Dn671196.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn671196.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn671196.pubmethod(en-us,AX.60).gif parmCanLoadChildren Gets or sets the CanLoadChildren parameter.
Dn671196.pubmethod(en-us,AX.60).gif parmChildNodeIds Gets or sets the ChildNodeIds parameter.
Dn671196.pubmethod(en-us,AX.60).gif parmContextStr get/set the context string
Dn671196.pubmethod(en-us,AX.60).gif parmDescendantsLoaded Gets or sets the DescendantsLoaded parameter.
Dn671196.pubmethod(en-us,AX.60).gif parmDrillDownAllowedBelow Gets or sets the DrillDownAllowedBelow parameter.
Dn671196.pubmethod(en-us,AX.60).gif parmId Gets or sets the Id parameter.
Dn671196.pubmethod(en-us,AX.60).gif parmIsDrilldownNode Gets or sets the IsDrilldownNode parameter.
Dn671196.pubmethod(en-us,AX.60).gif parmIsLeaf Gets or sets the IsLeaf parameter.
Dn671196.pubmethod(en-us,AX.60).gif parmNodeName Gets or sets the NodeName parameter.
Dn671196.pubmethod(en-us,AX.60).gif parmNodeType Gets or sets the NodeType parameter.
Dn671196.pubmethod(en-us,AX.60).gif parmNumContained Set/get number of nodes contained by container node
Dn671196.pubmethod(en-us,AX.60).gif parmParentNodeId Gets or sets the ParentNodeId parameter.
Dn671196.pubmethod(en-us,AX.60).gif parmRefRecId Gets or sets the RefRecId parameter.
Dn671196.pubmethod(en-us,AX.60).gif removeChildren Removes the children of this node.
Dn671196.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn671196.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn671196.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Dn671196.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn671196.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn671196.pubmethod(en-us,AX.60).gif Dn671196.static(en-us,AX.60).gif ::newParameters Creates a new node.

Top

Inheritance Hierarchy

Object Class
  RetailDeploymentHierarchyNode Class