WHSRFPassthrough Class [AX 2012]

class WHSRFPassthrough extends Map

Run On

Called

  MethodDescription
Dn691884.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn691884.pubmethod(en-us,AX.60).gif createInventDimFromPass Creates an inventDim record from the current pass-through values.
Dn691884.pubmethod(en-us,AX.60).gif definitionString Returns a string that contains the definition of the map. (Inherited from Map.)
Dn691884.pubmethod(en-us,AX.60).gif domainSet Creates a set of the key (domain) values in a map. (Inherited from Map.)
Dn691884.pubmethod(en-us,AX.60).gif domainType Determines the type of the key (domain) values in a map. (Inherited from Map.)
Dn691884.pubmethod(en-us,AX.60).gif elements Returns the number of elements in the map. (Inherited from Map.)
Dn691884.pubmethod(en-us,AX.60).gif empty Determines whether the map contains any (key, value) pairs. (Inherited from Map.)
Dn691884.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn691884.pubmethod(en-us,AX.60).gif exists Determines whether a particular value exists as a key in the map. (Inherited from Map.)
Dn691884.pubmethod(en-us,AX.60).gif getEnumerator Creates an enumerator for the map which allows you to traverse the map. (Inherited from Map.)
Dn691884.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn691884.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn691884.pubmethod(en-us,AX.60).gif hasValue Determines whether there is an occurrence of a specified key that is not a null equivalent.
Dn691884.pubmethod(en-us,AX.60).gif initFromInventDimParm Fills the current passthough with the values of InventDim according to the InventDimParm rules.
Dn691884.pubmethod(en-us,AX.60).gif initInventDimFromPassParm Fills the InventDim record with the values of current passthrough according to the InventDimParm rules.
Dn691884.pubmethod(en-us,AX.60).gif insert Inserts an element (key-value, value-value pair) in the map. (Overrides the insert Method.)
Dn691884.pubmethod(en-us,AX.60).gif keySet Returns a set that contains the key values from a map. (Inherited from Map.)
Dn691884.pubmethod(en-us,AX.60).gif keyType Returns the type of the key values in a map. (Inherited from Map.)
Dn691884.pubmethod(en-us,AX.60).gif lookup Returns the value mapped to by a particular key value. (Inherited from Map.)
Dn691884.privmethod(en-us,AX.60).gif lookupDecimal
Dn691884.pubmethod(en-us,AX.60).gif lookupInt64 Returns an int64 mapped by a particular key.
Dn691884.pubmethod(en-us,AX.60).gif lookupNum Returns a real number mapped by a particular key.
Dn691884.pubmethod(en-us,AX.60).gif lookupStr
Dn691884.pubmethod(en-us,AX.60).gif new Creates a new map. (Inherited from Map.)
Dn691884.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Dn691884.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Dn691884.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn691884.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn691884.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the Map class. (Inherited from Map.)
Dn691884.pubmethod(en-us,AX.60).gif rangeSet Returns a set that contains the values (ranges) mapped to by the keys in a map. (Inherited from Map.)
Dn691884.pubmethod(en-us,AX.60).gif rangeType Determines the type of the values (ranges) mapped to by the keys in a map. (Inherited from Map.)
Dn691884.pubmethod(en-us,AX.60).gif remove Removes a (key, value) pair from a map. (Inherited from Map.)
Dn691884.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn691884.pubmethod(en-us,AX.60).gif toString Returns a description of the (key, value) pairs in the map. (Overrides the toString Method.)
Dn691884.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Dn691884.pubmethod(en-us,AX.60).gif valueSet Returns a set that contains the values mapped to by the keys in a map. (Inherited from Map.)
Dn691884.pubmethod(en-us,AX.60).gif valueType Returns the type of the values that are mapped to by the keys in a map. (Inherited from Map.)
Dn691884.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn691884.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Map.)
Dn691884.privmethod(en-us,AX.60).gif Dn691884.static(en-us,AX.60).gif ::construct
Dn691884.pubmethod(en-us,AX.60).gif Dn691884.static(en-us,AX.60).gif ::create
Dn691884.pubmethod(en-us,AX.60).gif Dn691884.static(en-us,AX.60).gif ::newEmpty
Dn691884.pubmethod(en-us,AX.60).gif Dn691884.static(en-us,AX.60).gif ::newReset Copy-constructs a new instance of WHSRFPassthrough class.Only common passtrhough parameters are copied (user ID, session ID, menu item).
Top

Object Class
  Map Class
    WHSRFPassthrough Class

Community Additions

ADD
Show: