AfArray Class [AX 2012]
The AfArray class implements an array of fixed size that contains primitive types.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| get_ElementTypeDescriptor | Gets the type descriptor of array elements. |
| get_Item | Gets the element that is stored at the specified index in the array. |
| get_Length | Gets the length of the array. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTypeInfo | Gets the X++ type and default value for the specified array element type. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the AfArray 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.) |
| pack | Serializes the current instance of the AfArray class. |
| set_Item | Sets a new value for the specified array element. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| swapArray | Swaps array objects that are used as underlying data storage. |
| swapContents | Swaps array objects that are used as underlying data storage. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unpack | Deserializes an instance of the _packedClass parameter to the current instance of the AfArray class. |
| 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.) |
Community Additions
ADD
Show: