AifCollectionTypeAttribute Class [AX 2012]

The AifCollectionTypeAttribute class is an attribute that is used to specify the type that is used in a collection.

Syntax

class AifCollectionTypeAttribute extends SysAttribute

Run On

Called

Methods

  Method Description
Gg738025.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg738025.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg738025.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg738025.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg738025.pubmethod(en-us,AX.60).gif itemId Returns the class ID, extended type ID, or enum ID for the underlying collection item type.
Gg738025.pubmethod(en-us,AX.60).gif new Constructs the attribute. (Overrides the new Method.)
Gg738025.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.)
Gg738025.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.)
Gg738025.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg738025.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg738025.pubmethod(en-us,AX.60).gif paramExtendedTypeName Retrieves the item type name if it is specified in the constructor.
Gg738025.pubmethod(en-us,AX.60).gif paramItemType Retrieves the type of the items in the collection.
Gg738025.pubmethod(en-us,AX.60).gif paramParameterName Retrieves the name of the parameter to which to apply the attribute.
Gg738025.pubmethod(en-us,AX.60).gif paramValueExtendedTypeName Retrieves the value type name if it specified in the constructor.
Gg738025.pubmethod(en-us,AX.60).gif paramValueType Retrieves the type of the values in the collection.
Gg738025.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg738025.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg738025.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.)
Gg738025.privmethod(en-us,AX.60).gif validate Microsoft internal use only.
Gg738025.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg738025.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Remarks

Since X++ has no strongly-typed collection, this attribute specifies the type inside the collection. This is used when you specify a data member or service contract that returns or receives a collection. This is a framework class. Customizing this class may cause problems with future upgrades to the software.

Inheritance Hierarchy

Object Class
  SysAttribute Class
    AifCollectionTypeAttribute Class