DictMethod Class
Syntax
class DictMethod extends MethodInfo
Run On
Called
Methods
Method | Description | |
---|---|---|
accessSpecifier | Specifies whether the method is public, protected, or private. (Overrides the accessSpecifier Method.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
clrParameterType | ||
clrReturnType | ||
clrVarType | ||
compiledOk | Indicates whether the method compiled successfully. (Overrides the compiledOk Method.) | |
displayId | ||
displayTableId | (Inherited from MethodInfo.) | |
displayType | Indicates the type of display function of a method. (Overrides the displayType Method.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
getAllAttributes | Gets the full set of attributes for the method. (Inherited from MethodInfo.) | |
getAttribute | Gets the first matching attribute from the class header metadata, creates an instance of the Object class that represents it, and returns it. (Inherited from MethodInfo.) | |
getAttributes | (Inherited from MethodInfo.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
hasImplementation | Determines whether the actual method implementation is on the class or derived from the base class. | |
isAbstract | Indicates whether the method is abstract. (Overrides the isAbstract Method.) | |
isDelegate | Indicates whether the method is a delegate. | |
isStatic | Indicates whether the method is static. (Overrides the isStatic Method.) | |
name | Gets the name of the method. (Overrides the name Method.) | |
new | Initializes a new instance of the Object class. (Overrides the new Method.) | |
noParms | Specifies the number of parameters in a method. (Inherited from MethodInfo.) | |
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.) | |
noVars | Specifies the number of variables in a method. (Inherited from MethodInfo.) | |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
parameterCnt | Gets the number of parameters for the method. | |
parameterId | Gets the ID of the specified parameter. | |
parameterName | Gets the name of the specified parameter. | |
parameterOptional | Indicates whether the specified parameter of the method is optional. | |
parameterType | ||
parentId | Gets the ID of the parent that owns the method. (Overrides the parentId Method.) | |
propertyHelp | Gets the Help string for the property that is associated with the method. (Overrides the propertyHelp Method.) | |
propertyMethod | Indicates whether the method is a property method. (Overrides the PropertyMethod Method.) | |
returnId | Specifies the ID for certain return data types, such as extended data types and classes, for a method that returns a value. (Overrides the returnId Method.) | |
returnType | Specifies a method return type. (Overrides the returnType Method.) | |
runMode | Specifies where a method is run. (Overrides the runMode Method.) | |
setMethod | Specifies the application object type of a node in the Microsoft Dynamics AX Application Object Tree (AOT) by using an instance of the MemberFunction class. (Overrides the setMethod Method.) | |
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.) | |
varCnt | Gets the number of variables for the method. | |
varId | Specifies the ID for certain variable data types, such as extended data types and enums, for a method that contains variables. (Inherited from MethodInfo.) | |
varIdOld | (Inherited from MethodInfo.) | |
varName | Gets the name of the specified variable. | |
varType | Specifies a variable data type by using values from the Types enumeration. (Inherited from MethodInfo.) | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Top
Inheritance Hierarchy
Object Class
MethodInfo Class
DictMethod Class
SysDictMethod Class