Navigating the Type Hierarchy Browser
Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012
This topic describes how to navigate tables, classes, and data types in the Type hierarchy browser.
Navigating Tables
Tables are listed under the Common node in the Type hierarchy browser. All tables, maps, and views extend the system table named Common.
The right pane of the Type hierarchy browser displays the fields, methods, and properties of the table that is selected in the left pane. The first column in the right pane lists the fields, methods, and properties of the selected table. The following columns list the fields, methods, and properties of the tables that have been inherited by the selected table. You can click the type at the top of each column to open that type in a new AOT. A shaded box is displayed in each column where a field, method, or property has been overridden. If a method can be edited, you can click on the shaded box next to that method to open the code editor.
Note
Maps and views are included along with the tables in the Type Hierarchy browser.
Shortcut Menu Options for Tables
When you right-click a table in the left pane of the Type hierarchy browser, a shortcut menu opens with the following options:
Option |
Description |
---|---|
Compile |
Enables you to compile the current table and related tables:
|
Edit |
Opens the table in the code editor. |
Add-Ins |
Provides access to the Add-Ins Submenu. |
Navigating Classes
Classes are listed under the Object node in the Type hierarchy browser. All classes extend the system class named Object. Information is available for application and system classes.
The right pane of the Type hierarchy browser displays the methods and properties of the class that is selected in the left pane. The first column in the right pane lists the methods and properties of the selected class. The following columns list the methods and properties of the classes that have been inherited by the selected class. A shaded box is displayed in each column where a method or property has been overridden. If a method can be edited, you can click on the shaded box next to that method to open the code editor.
Shortcut Menu Options for Classes
When you click a class in the right-pane of the Type hierarchy browser, a shortcut menu opens with the following options:
Option |
Description |
---|---|
Compile |
Enables you to compile the current class and related classes:
|
Edit |
Opens the class in the code editor. |
Add-Ins |
Provides access to the Add-Ins Submenu. |
Navigating Data Types
Extended data types are listed under the Container, Date, Enum, Guid, int, Int64, Real, str, timeOfDay, or UtcDateTime nodes, depending on which primitive data type they extend.
The right pane shows the properties for the data types, and enables you to see which level they are defined on.
Shortcut Menu Options for Data Types
When you right-click a data type in the left pane of the Type hierarchy browser, a shortcut menu opens with the following options:
Option |
Description |
---|---|
Add-Ins |
Provides access to the Add-Ins Submenu. |
See also
Type Hierarchy Browser and Type Hierarchy Context
How to: Open the Type Hierarchy Browser
How to: Open the Type Hierarchy Context
Announcements: New book: "Inside Microsoft Dynamics AX 2012 R3" now available. Get your copy at the MS Press Store.