The Prognoz Platform 9 repository, apart from built-in object types, enables the user to create and use custom class objects. Working with custom class objects consists of 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 to required languages.
The direct creation and work with custom class objects in repository.
Determining the custom event list. Events are generated in the application code in Fore or Fore.NET. Events can be tracked in task container.
Creating a list of global methods that will be further used to create expressions in various Prognoz Platform 9 tools.
See also: