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

Represents the category details such as identity, description, parent category, and resource access list. More...

Public Member Functions

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

Properties

string Description [get, set]
 
CategoryIdentity Identity [get, set]
 
CategoryIdentity ParentCategory [get, set]
 
ResourceAccessCollection ResourceAccessList [get, set]
 Gets or sets the resource access list of the category. More...
 

Description

Represents the category details such as identity, description, parent category, and resource access list.

Constructor & Destructor Documentation

Category ( )

Initializes a new instance of the Category class.

Property Documentation

string Description
getset

Gets or sets the description of the category.

The description.

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.

ResourceAccessCollection ResourceAccessList
getset

Gets or sets the resource access list of the category.

The resource access list.