24 Mayıs 2015 Pazar

Application Organization

Each application has a main object associated with it. There is one main object per application.

The main object is a table or view. Usually the name of the table or view is the same as or similar to the application name. For example, the WORKORDER table is the main object for the Work Order Tracking application.

Each application has only one main table or view associated with it. Every table or view is regarded as an object. From an object (table or view), you can access other objects (tables or views) using relationships.

Each object (table or view) is defined in the data dictionary with an associated class. The class is responsible for processing the object (table or view) and is associated with the object in the data dictionary.

For example;
Application - Work Order Tracking
Table - WORKORDER
WOSet - Class which is associated with table object
Data Dictionary - Includes definition of table object

Hiç yorum yok:

Yorum Gönder