AfDataContainerUtilities Class [AX 2012]
The AfDataContainerUtilities class implements miscellaneous data container utilities.
| 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.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the AfDataContainerUtilities 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.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| 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.) |
| ::addPrefix | |
| ::cacheContainer | Caches an object. |
| ::cacheItem | Caches an object. |
| ::equalDataItemTypeDescriptors | Indicates whether two descriptors describe the same type. |
| ::flushCache | Flushes all the cache entries that are associated with the specified owner. |
| ::getAxdDataContainerParameters | Gets the Axd document and data source names that correspond to the specified data container type. |
| ::getAxdDataContainerType | Gets the data container type name for the specified Axd document and data source. |
| ::getAxdDataContainerTypeMacroLibraryName | Gets the name of the macro that defines the specified data container type. |
| ::getCachedContainer | Retrieves a cached container. |
| ::getCachedItem | Retrieves a cached object. |
| ::getClientSideArray | Gets a client-side array of the same type and that contain the same data as the specified array. |
| ::getClientSideDataContainer | Gets a client-side data container of the same type and that contains the same data as the specified data container. |
| ::getClientSideDataContainerList | Gets a client-side data container list of the same type and that contains the same data as the passed-in data container list. |
| ::getDataContainerTypeFromClass | |
| ::getDataContainerTypeMacroName | Gets the name of the macro that defines the specified data container type. |
| ::getDataItemTypeMetadata | Gets the data item type metadata for the specified X++ type. |
| ::getNaturalKeyTableName | |
| ::getServerSideArray | Gets a server-side array of the same type and that contains the same data as the specified array. |
| ::getServerSideDataContainer | Gets a server-side data container of the same type and that contains the same data as the specified data container. |
| ::getServerSideDataContainerList | Gets a server-side data container list of the same type and that contains the same data as the specified data container list. |
| ::getStronglyTypedDataContainer | Gets the strongly-typed data container that corresponds to the specified weakly-typed data container. |
| ::getStronglyTypedDataContainerList | Gets the strongly-typed data container that corresponds to the specified weakly-typed data container. |
| ::getTableNaturalKeyDataContainerType | |
| ::getType | Gets the X++ type for the specified data item type. |
| ::getWeaklyTypedDataContainer | Gets the weakly-typed data container that corresponds to the specified-typed data container. |
| ::getWeaklyTypedDataContainerList | Gets the weakly-typed data container list that corresponds to the specified strongly-typed data container list. |
| ::isArrayValue | Determines whether the specified value is an array value. |
| ::isAttributeValue | Determines whether the specified value is a primitive type. |
| ::isContainerValue | Determines whether the specified value is of data container type. |
| ::isListValue | Determines whether the specified value is of the data container list type. |
| ::isNullDataItemValue | Determines whether the specified value is nullNothingnullptrunita null reference (Nothing in Visual Basic). |
| ::isValidDataItemValue | Determines whether the specified data item value is valid. |
| ::stripPrefix |
Community Additions
ADD
Show: