The platform repository, apart from built-in object types, enables the user to create and use custom class objects. Working with custom class objects includes the following steps:
Creating class description. It includes:
Determining class basic information (name, identifier, description), determining the icon, which will be displayed for all objects of this class.
Determining the proper list of available operations and selection of handlers of these operations.
Determining the Resources object if multilingual application development is intended. The specified resource can be further localized into required languages.
The direct creation and work with custom class objects in repository.
Determining the custom events list. Events are generated in the application code in Fore or Fore.NET. Events can be traced in task container.
See also: