AccDistViewExtensionMap Class [AX 2012]
The AccDistViewExtensionMap class represents a collection of AccDistViewExtension objects.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| elements | Counts the number of elements in the collection. |
| empty | Indicates whether the collection is empty. |
| equal | Indicates whether the specified map of accounting distribution view extensions is equal to the current map of accounting distribution view extensions. |
| exists | Checks whether the extension key exists as a key in the collection. |
| getAccDistViewExtension | Gets the AccDistViewExtension object that is associated with a SourceDocumentExtensionKey value. |
| getEnumerator | Gets an enumerator for a map of accounting distribution view extensions. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| insert | Inserts an accounting distribution view extension into the collection by using an extension key. |
| new | Initializes a new instance of the AccDistViewExtensionMap 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.) |
| remove | Removes an element in the AccDistViewExtensionMap object. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Gets a string representation of the collection. |
| 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 | Gets an XML document representation of the collection. |
| ::construct | Initializes a new instance of the AccDistViewExtensionMap class. |
| ::newFromAccountingDistributionView | Creates an instance of the AccDistViewExtensionMap class by using an accounting distribution view. |
Community Additions
ADD
Show: