CatHierarchy

This class represents a level of a hierarchical sales catalog.

Data Members

Data Member Name Data Type Default Value Description
ChildCategoryCat WSTR400 Not available Stores the catalog name concatenated with the child category name.
ParentCategoryCat WSTR400 Not available Stores the catalog name concatenated with the parent category name.

Class Key

CatHierarchyKey is composed of the following data members:

**   ParentCategoryCat + ChildCategoryCat**

Relations

No relations are defined for this class.


All rights reserved.