DataPA Enterprise Dashboard Controls API Reference
The CategoriesCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CategoriesCollection()()()() |
Creates and returns a new CategoriesCollection object.
|
|
CategoriesCollection(Object) |
Creates and returns a new CategoriesCollection object.
|
Methods
Name | Description | |
---|---|---|
Add |
Adds a Category to this collection.
|
|
Contains |
Returns a value that indicates if an object with the ID exists in the collection.
|
|
ContainsCategoryName |
Returns a value that indicates if an object with the Category Name exists in the collection.
|
|
GetEnumerator |
Implements System.Collections.IEnumerable.GetEnumerator.
|
|
GetObjectData | ||
MoveCategoryDown |
Moves a specific category down the list.
|
|
MoveCategoryUp |
Moves a specific category up the list.
|
|
MoveNext |
Implements System.Collections.IEnumerator.MoveNext.
|
|
ReBuild |
Rebuilds the collection using the order specified in the IDs array.
|
|
Remove(Int32) |
Removes a Category from this collection.
|
|
Remove(String) |
Removes a Category from this collection.
|
|
Reset |
Implements System.Collections.IEnumerator.Reset.
|
|
SetObjectData |
Fields
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of Category objects in this collection.
|
|
Current |
Implements System.Collections.IEnumerator.Current.
|
|
Item[([( Int32])]) |
Gets and sets a Category in this collection.
|
|
Item[([( String])]) |
Gets and sets a Category in this collection.
|
|
Parent |
Gets and sets the parent of this object.
|