Share via


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.

Syntax

class AfDataContainerDescriptor

Run On

Called

Methods

  Method Description
Gg735331.privmethod(en-us,AX.60).gif addDataItemDescriptor Adds the specified data item descriptor to the collection of data item descriptors for this data container descriptor.
Gg735331.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg735331.pubmethod(en-us,AX.60).gif containsDataItem Determines whether the data container type has a data item with the given name.
Gg735331.privmethod(en-us,AX.60).gif createDataItem Creates a data item descriptor specified by the parameters.
Gg735331.privmethod(en-us,AX.60).gif createDataItemForAxdDataSource Creates data item descriptors specified by the Axd class and the data source.
Gg735331.privmethod(en-us,AX.60).gif createDataItemFromField
Gg735331.privmethod(en-us,AX.60).gif createDataItemsFromAxdClass Creates data item descriptors specified by the Axd class.
Gg735331.privmethod(en-us,AX.60).gif createDataItemsFromAxdDataSource Creates data item descriptors specified by the Axd class and the data source.
Gg735331.privmethod(en-us,AX.60).gif createDataItemsFromClass Creates data item descriptors from the parm methods of the specified class.
Gg735331.privmethod(en-us,AX.60).gif createDataItemsFromMetadata Creates data item descriptors specified by the data item metadata collection.
Gg735331.privmethod(en-us,AX.60).gif createDataItemsFromQueryDataSource Creates data item descriptors from the fields of the query data source.
Gg735331.privmethod(en-us,AX.60).gif createDataItemsFromTableNaturalKey Creates data item descriptors from fields of the natural key of the specified table.
Gg735331.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg735331.pubmethod(en-us,AX.60).gif get_AllowUnknownDataItems Determines whether the data container type allows for unknown data items.
Gg735331.pubmethod(en-us,AX.60).gif get_AxdClassId Gets the Axd class ID from which the data container descriptor has been created.
Gg735331.pubmethod(en-us,AX.60).gif get_BaseDescriptor Gets the base data container descriptor for the data container type.
Gg735331.pubmethod(en-us,AX.60).gif get_DataSourceName Gets the name of the data source that corresponds to the data container descriptor.
Gg735331.pubmethod(en-us,AX.60).gif get_DataSourceTableId Gets the data source table ID from which the data container descriptor has been created.
Gg735331.pubmethod(en-us,AX.60).gif get_DocumentName Gets the name of the Axd document that corresponds to the data container descriptor.
Gg735331.pubmethod(en-us,AX.60).gif get_Enumerator Gets a data container descriptor enumerator object that is used to enumerate data item descriptors.
Gg735331.pubmethod(en-us,AX.60).gif get_IsAbstract Determines whether the data container type is abstract.
Gg735331.pubmethod(en-us,AX.60).gif get_MetadataSource Gets the source of the metadata for the data container descriptor.
Gg735331.pubmethod(en-us,AX.60).gif get_NaturalKeyTableId Gets the natural key table ID from which the data container descriptor has been created.
Gg735331.pubmethod(en-us,AX.60).gif get_Type Get the type of the data container that is described by the data container descriptor.
Gg735331.privmethod(en-us,AX.60).gif getDataItemCount
Gg735331.pubmethod(en-us,AX.60).gif getDataItemDescriptor Gets the data item descriptor for the specified data item.
Gg735331.privmethod(en-us,AX.60).gif getDimensionDataItemTypeMetadata
Gg735331.privmethod(en-us,AX.60).gif getSfkDataItemTypeMetadata
Gg735331.privmethod(en-us,AX.60).gif getStartingSerializationOrder
Gg735331.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg735331.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg735331.pubmethod(en-us,AX.60).gif is
Gg735331.privmethod(en-us,AX.60).gif new Initializes a new instance of the AfDataContainerDescriptor class.
Gg735331.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.)
Gg735331.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.)
Gg735331.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg735331.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg735331.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the AfDataContainerDescriptor class.
Gg735331.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg735331.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg735331.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.)
Gg735331.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg735331.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg735331.pubmethod(en-us,AX.60).gif Gg735331.static(en-us,AX.60).gif ::constructFromMetadata Creates an instance of the data container descriptor from data container metadata.
Gg735331.pubmethod(en-us,AX.60).gif Gg735331.static(en-us,AX.60).gif ::constructFromPackage Creates an instance of a data container descriptor from a package that was created by the pack method.

Top

Inheritance Hierarchy

Object Class
  AfDataContainerDescriptor Class