AfDataContainerDescriptor Class [AX 2012]
The AfDataContainerDescriptor class implements a data container descriptor, which is a read-only object that encodes metadata for a data container.
| Method | Description | |
|---|---|---|
| addDataItemDescriptor | Adds the specified data item descriptor to the collection of data item descriptors for this data container descriptor. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| containsDataItem | Determines whether the data container type has a data item with the given name. |
| createDataItem | Creates a data item descriptor specified by the parameters. |
| createDataItemForAxdDataSource | Creates data item descriptors specified by the Axd class and the data source. |
| createDataItemFromField | |
| createDataItemsFromAxdClass | Creates data item descriptors specified by the Axd class. |
| createDataItemsFromAxdDataSource | Creates data item descriptors specified by the Axd class and the data source. |
| createDataItemsFromClass | Creates data item descriptors from the parm methods of the specified class. |
| createDataItemsFromMetadata | Creates data item descriptors specified by the data item metadata collection. |
| createDataItemsFromQueryDataSource | Creates data item descriptors from the fields of the query data source. |
| createDataItemsFromTableNaturalKey | Creates data item descriptors from fields of the natural key of the specified table. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| get_AllowUnknownDataItems | Determines whether the data container type allows for unknown data items. |
| get_AxdClassId | Gets the Axd class ID from which the data container descriptor has been created. |
| get_BaseDescriptor | Gets the base data container descriptor for the data container type. |
| get_DataSourceName | Gets the name of the data source that corresponds to the data container descriptor. |
| get_DataSourceTableId | Gets the data source table ID from which the data container descriptor has been created. |
| get_DocumentName | Gets the name of the Axd document that corresponds to the data container descriptor. |
| get_Enumerator | Gets a data container descriptor enumerator object that is used to enumerate data item descriptors. |
| get_IsAbstract | Determines whether the data container type is abstract. |
| get_MetadataSource | Gets the source of the metadata for the data container descriptor. |
| get_NaturalKeyTableId | Gets the natural key table ID from which the data container descriptor has been created. |
| get_Type | Get the type of the data container that is described by the data container descriptor. |
| getDataItemCount | |
| getDataItemDescriptor | Gets the data item descriptor for the specified data item. |
| getDimensionDataItemTypeMetadata | |
| getSfkDataItemTypeMetadata | |
| getStartingSerializationOrder | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| is | |
| new | Initializes a new instance of the AfDataContainerDescriptor 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 AfDataContainerDescriptor class. |
| 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.) |
| ::constructFromMetadata | Creates an instance of the data container descriptor from data container metadata. |
| ::constructFromPackage | Creates an instance of a data container descriptor from a package that was created by the pack method. |
Community Additions
ADD
Show: