Adding service types
To add a new service type:
- Choose Project | Settings... from the main menu.
- Expand the
Compiler Types
,Execution Types
, orDebugger Types
node, depending on the kind of service type you want to add.![]()
- Right-click on the node for the category of service type you would like to add and choose New | [service type] Service from the contextual menu.
- Expand the category's node. You will see at least two subnodes. The last subnode is the newly created service type.
![]()
- Select the newly added node and, on its property sheet, modify the
Identifying Name
property to give the new service type a distinct name (something that you will recognize when using the drop-down list to choose a service type for an individual class).Note: When you create a new service type using the New | [service type] Service command, the service type is created with basic settings. If you would like to create a new service type based on the settings of an existing service type, you can select the service type's node in the Project Settings window, choose Copy from its contextual menu, select the category node, and then choose Paste from its contextual menu.
Contents | Prev | Next | Index |