Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

HoleFoods.SampleListingGroup

class HoleFoods.SampleListingGroup extends %DeepSee.ListingGroupDefinition

This class defines a listing group for the DeepSee HoleFoods sample. To see the definition of this listing group, use the DeepSee > Tools > Listing Group Manager menu option or open this class in Studio.

Parameters

parameter DOMAIN = HOLEFOODS;
parameter XMLTYPE = HoleFoodsSampleListingGroup;
Need this because we have another listing group class with the same short class name. We use the XMLTYPE parameter to make sure these two classes project differently to XML.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab