A class is a logical element expressing a business entity, and you can bind them to physical data sources. Simple classes can become the basis for more complex classes. Logical elements have a unit, such as: integer, number, or string. Each class has a binding to an external data source to express that data.
The class keyword, which indicates a class, follows this general pattern:
class : <folder> '<CLASS_NAME>'
For example:
class : \'folder1'\'folder2'\'My Object'
Note: | Classes can exist in any folder. |