The CategoryList type exposes the following members.

Constructors

  NameDescription
CategoryListOverloaded.

Methods

  NameDescription
Add
Add a category to the existing CategoryList.
Clear
Remove all categories from list.
Copy
CreateWritableClone
Equals (Overrides Object..::.Equals(Object).)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetCategoryName
Look up the name of a category.
GetEnumerator
GetHashCode (Overrides Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
LoadCategories
Loads all categories into a new CategoryList object.
MakeReadOnly
MemberOf
Checks if this CategoryList belongs to a specific category.
MemberOfAllOverloaded.
MemberOfAnyOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ParseCategoriesOverloaded.
Remove
Remove a category from the existing CategoryList.
ResolveCategoryNames
Resolves a list of category names and translates the names to category IDs. The contents of the CategoryList object are replaced with the new list. All category names must exist in the database, otherwise an exception is thrown.
ThrowIfReadOnly
ToString (Overrides Object..::.ToString()()().)

Operators

  NameDescription
Equality
Inequality

Properties

  NameDescription
CategoryType
Count
The number of categories contained in the collection.
IsEmpty
Determine if the list contains any categories at all.
IsModified
Checks if categories have been modified since last load.
IsReadOnly

See Also