DataPA Enterprise Dashboard Controls API Reference
The Category type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Category()()()() |
Creates and returns a new Category object.
|
|
Category(Boolean) |
Creates and returns a new Category object.
|
|
Category(String) |
Creates and returns a new Category object.
|
|
Category(CategoriesCollection) |
Creates and returns a new Category object.
|
|
Category(String, Boolean) |
Creates and returns a new Category object.
|
|
Category(CategoriesCollection, Boolean) |
Creates and returns a new Category object.
|
|
Category(CategoriesCollection, String) |
Creates and returns a new Category object.
|
|
Category(CategoriesCollection, String, Boolean) |
Creates and returns a new Category object.
|
Methods
Name | Description | |
---|---|---|
GetObjectData | ||
SetObjectData |
Fields
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Properties
Name | Description | |
---|---|---|
DefaultCategory |
Gets and sets a value that indicates if this category is the default category to which all users have access.
|
|
GUID |
Gets and sets a GUID that uniquely identifies this object.
|
|
ID |
Gets a value that indicates the Unique ID of this object.
|
|
Name |
Gets and sets the name of this Category.
|
|
Parent |
Gets and sets the CategoriesCollection object that is the parent of this object.
|
|
SubCategories |
Gets and sets the SubCategrories collection for this object.
|
|
SubCategory |
Gets and sets a value that indicates if this category is a sub categroy.
|