Click or drag to resize
CategoriesCollection Methods DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

The CategoriesCollection type exposes the following members.

Methods
  Name Description
Public method Add
Adds a Category to this collection.
Public method Add1
Public method Clear
Public method Contains
Returns a value that indicates if an object with the ID exists in the collection.
Public method Contains1
Public method ContainsCategoryName
Returns a value that indicates if an object with the Category Name exists in the collection.
Public method CopyTo
Public method GetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public method GetEnumerator1
Public method GetObjectData
Public method IndexOf
Public method Insert
Public method MoveCategoryDown
Moves a specific category down the list.
Public method MoveCategoryUp
Moves a specific category up the list.
Public method MoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public method ReBuild
Rebuilds the collection using the order specified in the IDs array.
Public method Remove(Int32)
Removes a Category from this collection.
Public method Remove(String)
Removes a Category from this collection.
Public method Remove1
Public method RemoveAt
Public method Reset
Implements System.Collections.IEnumerator.Reset.
Top
See Also