InventTransMarkingMap Class [AX 2012]
This class implements local storage for the inventory marking data.
| Method | Description | |
|---|---|---|
| addMarking | Adds marking parameters to the local storage. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| definitionString | Returns a string that contains the definition of the map. (Inherited from Map.) |
| domainSet | Creates a set of the key (domain) values in a map. (Inherited from Map.) |
| domainType | Determines the type of the key (domain) values in a map. (Inherited from Map.) |
| elements | Returns the number of elements in the map. (Inherited from Map.) |
| empty | Determines whether the map contains any (key, value) pairs. (Inherited from Map.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| exists | Determines whether a particular value exists as a key in the map. (Inherited from Map.) |
| getEnumerator | Creates an enumerator for the map which allows you to traverse the map. (Inherited from Map.) |
| 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 element (keyValue, valueValue pair) in the map. (Inherited from Map.) |
| keySet | Returns a set that contains the key values from a map. (Inherited from Map.) |
| keyType | Returns the type of the key values in a map. (Inherited from Map.) |
| lookup | Returns the value mapped to by a particular key value. (Inherited from Map.) |
| new | Creates a new map. (Overrides the new Method.) |
| 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 Map class. (Inherited from Map.) |
| rangeSet | Returns a set that contains the values (ranges) mapped to by the keys in a map. (Inherited from Map.) |
| rangeType | Determines the type of the values (ranges) mapped to by the keys in a map. (Inherited from Map.) |
| remove | Removes a (key, value) pair from a map. (Inherited from Map.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a description of the (key, value) pairs in the map. (Inherited from Map.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| valueSet | Returns a set that contains the values mapped to by the keys in a map. (Inherited from Map.) |
| valueType | Returns the type of the values that are mapped to by the keys in a map. (Inherited from Map.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Map.) |
| ::construct | Creates an instance of the InventTransMarkingMap class. |
Community Additions
ADD
Show: