InventTrackingDimTracingHierarchy Class [AX 2012]

The InventTrackingDimTracingHierarchy class holds hierarchy information for tracking dimension tracing functionality.

Syntax

class InventTrackingDimTracingHierarchy

Run On

Called

Methods

  Method Description
Dn515795.protmethod(en-us,AX.60).gif calculateChildNodes Calculate the child nodes to show/include under the specified node.
Dn515795.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn515795.pubmethod(en-us,AX.60).gif childNodes Returns a list of child nodes for the specified node.
Dn515795.pubmethod(en-us,AX.60).gif createSubNode Creates a new node in the hierarchy under the specified node.
Dn515795.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn515795.pubmethod(en-us,AX.60).gif exportChildNodesAsXML Writes the tracing hierarchy to the XML file.
Dn515795.pubmethod(en-us,AX.60).gif exportCurrentOnHandAsXML Writes the current on hand for the traced item to the XML file.
Dn515795.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn515795.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn515795.protmethod(en-us,AX.60).gif init Initializes internal variables.
Dn515795.pubmethod(en-us,AX.60).gif isRecordInParentPath Checks if the specified record is already specified anywhere in the parent path of the specified node.
Dn515795.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventTrackingDimTracingHierarchy class.
Dn515795.pubmethod(en-us,AX.60).gif nodeRecordInfo Returns a container with record information for the specified node.
Dn515795.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.)
Dn515795.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.)
Dn515795.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn515795.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn515795.pubmethod(en-us,AX.60).gif parentNodeId Returns the ID of the parent node for the specified node.
Dn515795.pubmethod(en-us,AX.60).gif parmCurrentOnHand Gets or sets the CurrentOnHand parameter.
Dn515795.pubmethod(en-us,AX.60).gif parmCurrentOnHandCW Gets or sets the CurrentOnHandCW parameter.
Dn515795.pubmethod(en-us,AX.60).gif parmInventTrackingDimTracingRelations Gets or sets the InventTrackingDimTracingRelations parameter.
Dn515795.pubmethod(en-us,AX.60).gif parmTraceDirection Gets or sets the TraceDirection parameter.
Dn515795.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn515795.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn515795.privmethod(en-us,AX.60).gif tracingNodeKey Generate a unique key for the specified record used for caching purposes.
Dn515795.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.)
Dn515795.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn515795.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn515795.pubmethod(en-us,AX.60).gif Dn515795.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventTrackingDimTracingHierarchy class.
Dn515795.pubmethod(en-us,AX.60).gif Dn515795.static(en-us,AX.60).gif ::newFromPackedTracingResults Creates a new instance of the InventTrackingDimTracingHierarchy class and initialize it based on a packed version of data for the tracing results.
Dn515795.pubmethod(en-us,AX.60).gif Dn515795.static(en-us,AX.60).gif ::newFromTracingResults Creates a new instance of the InventTrackingDimTracingHierarchy class and initialize it based the tracing relations and criteria.

Top

Inheritance Hierarchy

Object Class
  InventTrackingDimTracingHierarchy Class