The CInfo.Company Class
Next we will create the CInfo.Company class using the New Class Wizard as we did with CInfo.Address:
-
Click File–>New on the Studio menu bar. Click the General category and then the Caché Class Definition icon. This launches New Class Wizard.
-
In the first page of New Class Wizard, enter the package name, “CInfo”, and the class name, “Company”. Press the Next button.
-
In the second page of the New Class Wizard, select the Persistent radio button and press the Next button.
-
In the third page of the New Class Wizard, select both the XML Enabled and Data Population check boxes and press the Finish button.