| CategoriesCollection Class |
|
Namespace: DataPAServerSecurity
[SerializableAttribute] public class CategoriesCollection : _CategoriesCollection, IEnumerable, IEnumerator, ISerializable, IList<Category>
The CategoriesCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| CategoriesCollection |
Creates and returns a new CategoriesCollection object.
| |
| CategoriesCollection(Object) |
Creates and returns a new CategoriesCollection object.
|
| Name | Description | |
|---|---|---|
| Add |
Adds a Category to this collection.
| |
| Add1 | ||
| Clear | ||
| Contains |
Returns a value that indicates if an object with the ID exists in the collection.
| |
| Contains1 | ||
| ContainsCategoryName |
Returns a value that indicates if an object with the Category Name exists in the collection.
| |
| CopyTo | ||
| GetEnumerator |
Implements System.Collections.IEnumerable.GetEnumerator.
| |
| GetEnumerator1 | ||
| GetObjectData | ||
| IndexOf | ||
| Insert | ||
| 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.
| |
| Remove1 | ||
| RemoveAt | ||
| Reset |
Implements System.Collections.IEnumerator.Reset.
|
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| Name | Description | |
|---|---|---|
| Count |
Gets the number of Category objects in this collection.
| |
| Count1 | ||
| Current |
Implements System.Collections.IEnumerator.Current.
| |
| IsReadOnly | ||
| ItemInt32 |
Gets and sets a Category in this collection.
| |
| ItemString |
Gets and sets a Category in this collection.
| |
| Item1 | ||
| ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
| |
| Parent |
Gets and sets the parent of this object.
|