DimensionAttributeValueSetStorage Class [AX 2012]
The DimensionAttributeValueSetStorage class manages the storage of the DimensionAttributeValueSet table and the DimensionAttributeValueSetItem table.
| Method | Description | |
|---|---|---|
| addItem | Adds the specified DimensionAttributeValue object to the set. |
| addItemDisplayValue | Adds a value to the displayValueArray array. |
| addItemValues | Adds the specified values to the set. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| containsDimensionAttribute | Checks whether the set contains the specified attribute. |
| containsDimensionAttributeValue | Checks whether the set contains the specified value. |
| elements | Retrieves the number of elements in the set. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAttributeByIndex | Retrieves the dimension attribute ID at the specified index in the set. |
| getDisplayValueByDimensionAttribute | |
| getDisplayValueByIndex | |
| getHashKeyByIndex | Retrieves the hash key at the specified index of the set. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getValueByDimensionAttribute | Retrieves the value ID associated with the specified dimension attribute ID. |
| getValueByIndex | Retrieves the value at the specified index in the set. |
| getValueSetHash | Retrieves an instance of a Binary object as a hash of the record ID values in the value set. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isEqualTo | Indicates whether the specified set is equal to this set based on contained values. |
| new | Initializes a new instance of the DimensionAttributeValueSetStorage 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.) |
| removeAt | Removes the value at the specified index from the set. |
| removeDimensionAttribute | Removes the specified dimension attribute from the set. |
| removeDimensionAttributeValue | Removes the dimension attribute value from the set. |
| save | Saves the value set if it does not yet exist and returns the ID. |
| 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.) |
| 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.) |
| ::equals | Indicates whether the two specified instances are equal based on contained values. |
| ::find | Retrieves a new instance of the DimensionAttributeValueSetStorage class that contains the set of value items related to the specified ID. |
| ::getDisplayStringForAttributeValue | Retrieves the display string for the specified DimensionAttributeValue record. |
| ::getHash | Retrieves a hash value of the specified string. |
| ::getHashFromArray | Returns a hash value of the specified values by using the SHA1 hash algorithm. |
| ::saveValueSetOnServer | Saves the value set and returns the ID. |
Community Additions
ADD
Show: