brazerzkidaihost.blogg.se

Morphx main characters
Morphx main characters












morphx main characters

Microsoft Dynamics AX uses a layering system where layers are a hierarchy of levels in the application source code. The X++ syntax will be familiar to C# developers, and incorporates SQL data manipulation statements. X++ uses object-oriented programming principles, such as encapsulation, inheritance, classes, objects, methods, and properties. X++ is the programming language in Microsoft Dynamics AX. For example, if you change the length of a database field from 10 characters to 20, this change is automatically reflected on all forms in the application that displays this field. The concept of inheritance is central to the system-what is defined at the lowest level can be inherited by higher levels in the system.

#MORPHX MAIN CHARACTERS CODE#

The source code for methods on classes, tables, forms, and other objects is available to help you extend and customize Microsoft Dynamics AX functionality. Creating and editing objects is enhanced by drag-and-drop functionality, and by automatic settings for certain object properties. The programmable objects in Microsoft Dynamics AX-tables, forms, reports, classes, and so on-are organized in a tree structure called the Application Object Tree (AOT). It includes tools for designing, editing, compiling, and debugging code in Microsoft Dynamics AX. The integrated development environment (IDE) in Microsoft Dynamics AX is called MorphX.














Morphx main characters