AifDotNetMethodParameter Class [AX 2012]

The AifDotNetMethodParameter class contains the generated .NET type name and corresponding parameter name that is used in a method.

class AifDotNetMethodParameter

Run On

Server

  MethodDescription
Gg768167.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg768167.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg768167.pubmethod(en-us,AX.60).gif getCollectionDotNetItemTypeName Gets the .Net type name of the collection item.
Gg768167.pubmethod(en-us,AX.60).gif getCollectionDotNetValueTypeName Gets the .Net type name of the collection value.
Gg768167.pubmethod(en-us,AX.60).gif getCollectionType Gets the collection type.
Gg768167.pubmethod(en-us,AX.60).gif getComposedDotNetTypes Returns the AifDotNetMethodParameter list that is composed in this instance.
Gg768167.pubmethod(en-us,AX.60).gif getDotNetTypeName Returns the .NET type name that is used in the method
Gg768167.pubmethod(en-us,AX.60).gif getParameterName Returns the name of the method parameter.
Gg768167.pubmethod(en-us,AX.60).gif getParameterTypeId Gets the ID of the method parameter.
Gg768167.pubmethod(en-us,AX.60).gif getSchemaInfo Returns the information about the schema associated with this AifDotNetMethodParameter.
Gg768167.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg768167.pubmethod(en-us,AX.60).gif getXppTypeName Gets the X++ type name that is used in the method.
Gg768167.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg768167.privmethod(en-us,AX.60).gif initGlobalCache Microsoft internal use only.
Gg768167.pubmethod(en-us,AX.60).gif isDataObject Determines whether this instance of the AifDotNetMethodParameter class is a data object or an in-built data type.
Gg768167.pubmethod(en-us,AX.60).gif isEnum Checks whether this instance of AifDotNetMethodParameter is a .NET enumeration.
Gg768167.pubmethod(en-us,AX.60).gif isListCollection Indicates whether this instance of the AifDotNetMethodParameter class is a list collection.
Gg768167.pubmethod(en-us,AX.60).gif isMapCollection Indicates whether this instance of the AifDotNetMethodParameter is a map collection.
Gg768167.pubmethod(en-us,AX.60).gif isQuery Microsoft internal use only.
Gg768167.pubmethod(en-us,AX.60).gif isRecord Microsoft internal use only.
Gg768167.pubmethod(en-us,AX.60).gif isReturn Determines whether the current instance of the AifDotNetMethodParameter class is used as a return type in a .NET method, or is a parameter.
Gg768167.pubmethod(en-us,AX.60).gif isVoid Determines whether the current instance of the AifDotNetMethodParameter class indicates a 'void' type.
Gg768167.pubmethod(en-us,AX.60).gif new Creates an AifDotNetMethodParameter class.
Gg768167.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.)
Gg768167.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.)
Gg768167.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg768167.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg768167.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg768167.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg768167.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.)
Gg768167.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg768167.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

The parameters and return type that is used in an operation (method) are stored in this class. Each instance of this class corresponds to one parameter or return type that is used in a method.

Object Class
  AifDotNetMethodParameter Class

Community Additions

ADD
Show: