DimensionAttributeCollection Class [AX 2012]

The DimensionAttributeCollection class is used to store and retrieve data from a collection that contains elements for which the values represent DimensionAttribute record IDs, are unique, and serve as the key values according to which the data is automatically ordered.

class DimensionAttributeCollection implements SysPackable

Run On

Called

  MethodDescription
JJ690638.pubmethod(en-us,AX.60).gif add Adds a DimensionAttribute record ID element to the collection.
JJ690638.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ690638.pubmethod(en-us,AX.60).gif current Retrieves the DimensionAttribute record ID that is pointed to by the enumerator.
JJ690638.pubmethod(en-us,AX.60).gif elements Returns the number of elements in the collection.
JJ690638.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ690638.pubmethod(en-us,AX.60).gif exists Determines whether a specified element is a member of the collection.
JJ690638.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ690638.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ690638.pubmethod(en-us,AX.60).gif intializeEnumerator Creates an enumerator for the collection to enable traversal.
JJ690638.pubmethod(en-us,AX.60).gif moveNext Moves the enumerator to the next DimensionAttribute record ID in the collection.
JJ690638.protmethod(en-us,AX.60).gif new Initializes a new instance of the DimensionAttributeCollection class.
JJ690638.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.)
JJ690638.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.)
JJ690638.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ690638.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ690638.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the DimensionAttributeCollection class.
JJ690638.pubmethod(en-us,AX.60).gif remove Removes an element from the collection.
JJ690638.pubmethod(en-us,AX.60).gif reset Moves the enumerator to the start of the collection.
JJ690638.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ690638.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ690638.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedDimensionAttributes parameter value to an instance of the DimensionAttributeCollection class.
JJ690638.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.)
JJ690638.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ690638.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ690638.pubmethod(en-us,AX.60).gif JJ690638.static(en-us,AX.60).gif ::construct Initializes a new instance of the DimensionAttributeCollection class.
JJ690638.pubmethod(en-us,AX.60).gif JJ690638.static(en-us,AX.60).gif ::create Creates a collection from the container that is obtained from a previous call to the pack method.
Top

Object Class
  DimensionAttributeCollection Class

Community Additions

ADD
Show: