WHSRFPassthrough Class [AX 2012]
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createInventDimFromPass | Creates an inventDim record from the current pass-through values. |
| 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.) |
| hasValue | Determines whether there is an occurrence of a specified key that is not a null equivalent. |
| initFromInventDimParm | Fills the current passthough with the values of InventDim according to the InventDimParm rules. |
| initInventDimFromPassParm | Fills the InventDim record with the values of current passthrough according to the InventDimParm rules. |
| insert | Inserts an element (key-value, value-value pair) in the map. (Overrides the insert Method.) |
| 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.) |
| lookupDecimal | |
| lookupInt64 | Returns an int64 mapped by a particular key. |
| lookupNum | Returns a real number mapped by a particular key. |
| lookupStr | |
| new | Creates a new map. (Inherited from Map.) |
| 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. (Overrides the toString Method.) |
| 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 | |
| ::create | |
| ::newEmpty | |
| ::newReset | Copy-constructs a new instance of WHSRFPassthrough class.Only common passtrhough parameters are copied (user ID, session ID, menu item). |
Community Additions
ADD
Show: