Skip to main content

The CInfo.Company Class

Next we will create the CInfo.Company class using the New Class Wizard as we did with CInfo.Address:

  1. Click File–>New on the Studio menu bar. Click the General category and then the Caché Class Definition icon. This launches New Class Wizard.

  2. In the first page of New Class Wizard, enter the package name, “CInfo”, and the class name, “Company”. Press the Next button.

  3. In the second page of the New Class Wizard, select the Persistent radio button and press the Next button.

  4. In the third page of the New Class Wizard, select both the XML Enabled and Data Population check boxes and press the Finish button.

FeedbackOpens in a new tab