AifDotNetMethodParameter Class [AX 2012]
The AifDotNetMethodParameter class contains the generated .NET type name and corresponding parameter name that is used in a method.
| 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.) |
| getCollectionDotNetItemTypeName | Gets the .Net type name of the collection item. |
| getCollectionDotNetValueTypeName | Gets the .Net type name of the collection value. |
| getCollectionType | Gets the collection type. |
| getComposedDotNetTypes | Returns the AifDotNetMethodParameter list that is composed in this instance. |
| getDotNetTypeName | Returns the .NET type name that is used in the method |
| getParameterName | Returns the name of the method parameter. |
| getParameterTypeId | Gets the ID of the method parameter. |
| getSchemaInfo | Returns the information about the schema associated with this AifDotNetMethodParameter. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getXppTypeName | Gets the X++ type name that is used in the method. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initGlobalCache | Microsoft internal use only. |
| isDataObject | Determines whether this instance of the AifDotNetMethodParameter class is a data object or an in-built data type. |
| isEnum | Checks whether this instance of AifDotNetMethodParameter is a .NET enumeration. |
| isListCollection | Indicates whether this instance of the AifDotNetMethodParameter class is a list collection. |
| isMapCollection | Indicates whether this instance of the AifDotNetMethodParameter is a map collection. |
| isQuery | Microsoft internal use only. |
| isRecord | Microsoft internal use only. |
| isReturn | Determines whether the current instance of the AifDotNetMethodParameter class is used as a return type in a .NET method, or is a parameter. |
| isVoid | Determines whether the current instance of the AifDotNetMethodParameter class indicates a 'void' type. |
| new | Creates an AifDotNetMethodParameter 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.) |
Community Additions
ADD
Show: