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.
| Method | Description | |
|---|---|---|
| add | Adds a DimensionAttribute record ID element to the collection. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| current | Retrieves the DimensionAttribute record ID that is pointed to by the enumerator. |
| elements | Returns the number of elements in the collection. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| exists | Determines whether a specified element is a member of the collection. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| intializeEnumerator | Creates an enumerator for the collection to enable traversal. |
| moveNext | Moves the enumerator to the next DimensionAttribute record ID in the collection. |
| new | Initializes a new instance of the DimensionAttributeCollection 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.) |
| pack | Serializes the current instance of the DimensionAttributeCollection class. |
| remove | Removes an element from the collection. |
| reset | Moves the enumerator to the start of the collection. |
| 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.) |
| unpack | Deserializes the _packedDimensionAttributes parameter value to an instance of the DimensionAttributeCollection class. |
| 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.) |
| ::construct | Initializes a new instance of the DimensionAttributeCollection class. |
| ::create | Creates a collection from the container that is obtained from a previous call to the pack method. |
Community Additions
ADD
Show: