MCRDictClass Class [AX 2012]
The MCRDictClass class is responsible for inspecting and manipulating class application objects.
| Method | Description | |
|---|---|---|
| allowMakeObject | (Inherited from SysDictClass.) |
| callObject | Calls a method on an object. (Inherited from DictClass.) |
| callStatic | Calls a static method. (Inherited from DictClass.) |
| 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.) |
| extend | Provides the ID for the class that a specified class extends. (Inherited from DictClass.) |
| extendedBy | Provides a List object for the classes that extend a specified class. (Inherited from DictClass.) |
| findMethodInfo | Finds the specified method on the class. |
| getAllAttributes | Retrieves the full set of attributes for the class. (Inherited from DictClass.) |
| 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 DictClass.) |
| getAttributes | (Inherited from DictClass.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasObjectMethod | (Inherited from SysDictClass.) |
| hasStaticMethod | (Inherited from SysDictClass.) |
| id | Provides the ID for a specified class. (Inherited from DictClass.) |
| implementedBy | Retrieves the classes that implement this interface. (Inherited from SysDictClass.) |
| implements | Provides the ID for a specified interface that a class implements. (Inherited from DictClass.) |
| implementsCnt | Indicates the number of interfaces that a class implements. (Inherited from DictClass.) |
| isAbstract | Indicates whether a class is abstract. (Inherited from DictClass.) |
| isExtending | (Inherited from SysDictClass.) |
| isFinal | Indicates whether a class is final. (Inherited from DictClass.) |
| isImplementing | Determines whether this class implements the specified interface. (Inherited from SysDictClass.) |
| isInheritedVariable | (Inherited from SysDictClass.) |
| isInterface | Indicates whether an object is an interface. (Inherited from DictClass.) |
| isKernel | Indicates whether a class is a kernel class. (Inherited from DictClass.) |
| isMethodActual | Indicates whether the actual method implementation is on the class or derived from the base class. (Inherited from SysDictClass.) |
| isRunable | Indicates whether a class can be run. (Inherited from DictClass.) |
| isSystemClass | (Inherited from SysDictClass.) |
| makeObject | Creates an object. (Inherited from DictClass.) |
| methods | Retrieves a set of methods on the class. (Inherited from SysDictClass.) |
| methodsActualClassId | (Inherited from SysDictClass.) |
| methodsRecursive | (Inherited from SysDictClass.) |
| name | Provides the name of a class. (Inherited from DictClass.) |
| new | Initializes a new instance of the Object class. (Inherited from DictClass.) |
| 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.) |
| objectMethod | Provides the name of a specified instance method in a class. (Inherited from DictClass.) |
| objectMethodCnt | Indicates the number of instance methods in a class. (Inherited from DictClass.) |
| objectMethodObject | Provides information about a specified instance method in a class by returning a DictMethod object. (Inherited from DictClass.) |
| objectMethods2ClassId | (Inherited from SysDictClass.) |
| objectMethodSet | (Inherited from SysDictClass.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| path | (Inherited from SysDictClass.) |
| RunMode | Specifies where a class is executed. (Inherited from DictClass.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| staticMethod | Provides the name of a specified static method in a class. (Inherited from DictClass.) |
| staticMethodCnt | Indicates the number of static methods in a class. (Inherited from DictClass.) |
| staticMethodObject | Provides information about a specified static method in a class by returning a DictMethod object. (Inherited from DictClass.) |
| subTypes | Retrieves a collection of the subtypes for this type. (Inherited from SysDictClass.) |
| superMethodsClassId | (Inherited from SysDictClass.) |
| superType | Retrieves the super type for this type. (Inherited from SysDictClass.) |
| syntax | (Inherited from SysDictClass.) |
| toString | Returns a string that represents the current object. (Inherited from SysDictClass.) |
| treeNode | (Inherited from SysDictClass.) |
| typeIcon | Retrieves the icon of the type. (Inherited from SysDictClass.) |
| typeName | Retrieves the name of the type. (Inherited from SysDictClass.) |
| 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.) |
| xmlDocumentation | (Inherited from SysDictClass.) |
| xmlDocumentationFromMethods | (Inherited from SysDictClass.) |
| xmlQualifiedName | (Inherited from SysDictClass.) |
| xmlReflection | (Inherited from SysDictClass.) |
| xmlReflectionApiData | (Inherited from SysDictClass.) |
| xmlReflectionContainers | (Inherited from SysDictClass.) |
| xmlReflectionElements | (Inherited from SysDictClass.) |
| xmlReflectionFamily | (Inherited from SysDictClass.) |
| xmlReflectionImplements | (Inherited from SysDictClass.) |
| xmlReflectionMembers | (Inherited from SysDictClass.) |
| xmlReflectionSyntax | (Inherited from SysDictClass.) |
| xmlReflectionTypeData | (Inherited from SysDictClass.) |
Community Additions
ADD
Show: