Click or drag to resize
CategoriesCollection Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
An enumerated collection of Category objects.
Inheritance Hierarchy
SystemObject
  DataPAServerSecurityCategoriesCollection

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class CategoriesCollection : _CategoriesCollection, 
	IEnumerable, IEnumerator, ISerializable, IList<Category>

The CategoriesCollection type exposes the following members.

Constructors
  NameDescription
Public methodCategoriesCollection
Creates and returns a new CategoriesCollection object.
Public methodCategoriesCollection(Object)
Creates and returns a new CategoriesCollection object.
Top
Methods
  NameDescription
Public methodAdd
Adds a Category to this collection.
Public methodAdd1
Public methodClear
Public methodContains
Returns a value that indicates if an object with the ID exists in the collection.
Public methodContains1
Public methodContainsCategoryName
Returns a value that indicates if an object with the Category Name exists in the collection.
Public methodCopyTo
Public methodGetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public methodGetEnumerator1
Public methodGetObjectData
Public methodIndexOf
Public methodInsert
Public methodMoveCategoryDown
Moves a specific category down the list.
Public methodMoveCategoryUp
Moves a specific category up the list.
Public methodMoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public methodReBuild
Rebuilds the collection using the order specified in the IDs array.
Public methodRemove(Int32)
Removes a Category from this collection.
Public methodRemove(String)
Removes a Category from this collection.
Public methodRemove1
Public methodRemoveAt
Public methodReset
Implements System.Collections.IEnumerator.Reset.
Top
Fields
Properties
  NameDescription
Public propertyCount
Gets the number of Category objects in this collection.
Public propertyCount1
Public propertyCurrent
Implements System.Collections.IEnumerator.Current.
Public propertyIsReadOnly
Public propertyItemInt32
Gets and sets a Category in this collection.
Public propertyItemString
Gets and sets a Category in this collection.
Public propertyItem1
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets and sets the parent of this object.
Top
Remarks