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 a list of available operations and selecting handlers of those operations.
Specifying theResources object, if it is supposed to develop multilingual application. 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: