DimensionHierarchyLevelCollection Class [AX 2012]
The DimensionHierarchyLevelCollection class holds the levels associated with a DimensionHierarchy record and supports enumeration of the collection.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| current | Gets the current DimensionHierarchyLevel record in the collection. |
| currentDimensionAttributeId | Gets the record ID of the dimension attribute for the current level in the collection. |
| currentId | Gets the record ID of the current dimension hierarchy level in the collection. |
| currentLevel | Gets the current level number in the collection. |
| elements | Gets the number of levels in the collection. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getHierarchyId | Gets the record ID of the dimension hierarchy. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initializeEnumerator | Initializes the enumerator to the beginning of the collection. |
| initializeForHierarchy | Initializes the dimension hierarchy level collection for the specified dimension hierarchy. |
| lookup | Gets the DimensionHierarchyLevel record for the specified level from the collection. |
| moveNext | Moves the enumerator to the next dimension hierarchy level in the collection. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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 DimensionHierarchyLevelCollection class. |
| 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 _packedDimensionHierarchyCollection parameter value to an instance of the DimensionHierarchyLevelCollection 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.) |
| ::create | Creates an instance of the DimensionHierarchyLevelCollection class from a packed copy. |
| ::getDimensionHierarchyLevelsServer | |
| ::newForHierarchy | Creates an instance of the DimensionHierarchyLevelCollection class for the specified dimension hierarchy. |
Community Additions
ADD
Show: