SysUmlModel Class [AX 2012]
The SysUmlModel class is the root class for UML models, for example, data model and object model.
| Method | Description | |
|---|---|---|
| addElement | Adds a UML element to the model structure. |
| addUnnamedElement | Adds an un-named element to the model structure. It adds elements to the umlElements list. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createRelation | |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getFieldName | Gets the field name. |
| getNumberOfElements | Returns the number of UML elements. |
| getRelationFields | Returns the relation fields as a string. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTypeId | Finds the ID of the type. |
| getUmlTypeId | |
| getUniqueName | Generates unique UML element names. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes the model object. |
| new | Initializes a new instance of the SysUmlModel 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.) |
| packModel | Packs the model elements into a string for transport from the server to the client. |
| reverseEngineer | Reverse engineers a UML model. |
| reverseEngineerBaseEnum | Reverse engineers a Microsoft Dynamics AX base enumeration as a UML class. |
| reverseEngineerBaseEnums | |
| reverseEngineerBaseEnumValue | Reverse engineers a Microsoft Dynamics AX base enumeration value as a UML attribute. |
| reverseEngineerDataTypes | |
| reverseEngineerExtendedDataType | |
| reverseEngineerExtendedDataTypes | Reverse engineers all Microsoft Dynamics AX extended data types. |
| reverseEngineerTableInheritance | |
| setAggregationOnAssocication | |
| 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.) |
| ::directionToString | Converts a UML direction enum to string. |
| ::inheritanceKey | |
| ::newUmlModel | Constructs a derived UML model object. |
| ::polymorphismToString | Converts polymorphism enumeration value to a string. |
| ::scopeToString | Converts scope enumeration values to string. |
| ::visibilityToString | Converts visibility enumeration values to string. |
Community Additions
ADD
Show: