All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
CategorySummary Class Reference

Represents the summarized view of a category. More...

Public Member Functions

 CategorySummary ()
 Initializes a new instance of the CategorySummary class. More...
 

Properties

CategorySummaryCollection ChildCategories [get, set]
 Gets or sets the child categories of the category. More...
 
string Description [get, set]
 Gets or sets the description of the category. More...
 
bool HasChildren [get, set]
 Gets or sets a value indicating whether or not category has child categories. More...
 
CategoryIdentity Identity [get, set]
 Gets or sets the identity of the category. More...
 
CategoryIdentity ParentCategory [get, set]
 Gets or sets the parent category of the category. More...
 

Description

Represents the summarized view of a category.

Constructor & Destructor Documentation

Initializes a new instance of the CategorySummary class.

Property Documentation

CategorySummaryCollection ChildCategories
getset

Gets or sets the child categories of the category.

The child categories.

string Description
getset

Gets or sets the description of the category.

The description.

bool HasChildren
getset

Gets or sets a value indicating whether or not category has child categories.

The has children bool.

CategoryIdentity Identity
getset

Gets or sets the identity of the category.

The identity.

CategoryIdentity ParentCategory
getset

Gets or sets the parent category of the category.

The parent category.