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

Uniquely identifies the category in TotalAgility system. More...

Public Member Functions

 CategoryIdentity ()
 Initializes a new instance of the CategoryIdentity class. More...
 
 CategoryIdentity (CategoryIdentity categoryIdentity)
 Initializes a new instance of the CategoryIdentity class. More...
 

Properties

string Id [get, set]
 Gets or sets the unique identifier for the category. More...
 
string Name [get, set]
 

Description

Uniquely identifies the category in TotalAgility system.

Constructor & Destructor Documentation

Initializes a new instance of the CategoryIdentity class.

CategoryIdentity ( CategoryIdentity  categoryIdentity)

Initializes a new instance of the CategoryIdentity class.

Parameters
categoryIdentityThe category identity.

Property Documentation

string Id
getset

Gets or sets the unique identifier for the category.

string Name
getset

Gets or sets the name for the category.