SysModelMetaData Class [AX 2012]
The SysModelMetaData class provides reflection information about the AOT structure.
| Method | Description | |
|---|---|---|
| addConcept | |
| addGroupingNode | |
| 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.) |
| getEnumeratorConcepts | Gets an enumerator over all the concepts. |
| getEnumeratorGroupingNodes | Gets an enumerator over all the grouping nodes. |
| getEnumeratorImages | Get an enumerator over all images. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | |
| new | Initializes a new instance of the SysModelMetaData class. (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.) |
| path2GroupNodeTypeMap | Gets a map of the tree node paths into a GroupNodeType system enumeration. |
| path2ImageMap | Gets a map of the tree node paths into an image. |
| 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.) |
| utilElementType2Concept | Converts an UtilElementType enumeration value to an instance of the SysModelMetaDataConcept class. |
| utilElementType2Image | Converts an UtilElementType enumeration value to an image resource. |
| utilElementType2Path | Converts an UtilElementType enumeration value to a tree node path. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| xpoToken2Concept | Converts an XPO token to an instance of the SysModelMetaDataConcept class. |
| xRefKind2Concept | Converts an xRefKind enumeration value to an instance of the SysModelMetaDataConceptclass. |
| ::buildInitMethod | |
| ::conceptNodeToXPOToken | |
| ::construct | Initializes a new instance of the SysModelMetaData class. |
| ::createMissingConcepts | |
| ::extractDefine | |
| ::extractDefineInt | |
| ::extractDefineStr | |
| ::extractMetaModelFromAOT | |
| ::groupingNodePath2GroupNodeType | |
| ::macroSuggestion | |
| ::main | Provides an entry point for the SysModelMetaData class when it is called from a menu item. |
| ::newFromCache | Returns a cached instance of the SysModelMetaData class. |
| ::utilElementType2xRefKind |
Community Additions
ADD
Show: