Adding members to a class

In the BOM editor, you can add members to a class.

About this task

Add members such as attributes, constructors, or methods to a class.

Procedure

To add a member to a class:

  1. In the Outline view, expand the BOM entry and click the class to which you want to add members.
  2. In the Class tab of the BOM Editor, in the Members section, click New.
  3. In the New Member wizard, select whether the new member is an attribute, a constructor, or a method.
  4. Specify its name, type, and arguments if any.
  5. Click Finish.

Results

The Members section displays the new member.