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 | |
---|---|---|
![]() |
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.) |
![]() |
itemId | Returns the class ID, extended type ID, or enum ID for the underlying collection item type. |
![]() |
new | Constructs the attribute. (Overrides the new Method.) |
![]() |
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.) |
![]() |
paramExtendedTypeName | Retrieves the item type name if it is specified in the constructor. |
![]() |
paramItemType | Retrieves the type of the items in the collection. |
![]() |
paramParameterName | Retrieves the name of the parameter to which to apply the attribute. |
![]() |
paramValueExtendedTypeName | Retrieves the value type name if it specified in the constructor. |
![]() |
paramValueType | Retrieves the type of the values in the collection. |
![]() |
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.) |
![]() |
validate | Microsoft internal use only. |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
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