CategoryCollection members
Represents a collection of Category objects.
The CategoryCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of Category objects in the collection. | |
Item[Guid] | Gets the category with the specified GUID from the collection of categories. | |
Item[String] | Gets the category with the specified name from the collection of categories. |
Top
Methods
Name | Description | |
---|---|---|
Contains(Guid) | Returns a Boolean value that indicates whether the collection of categories contains the Category object with the specified property set. | |
Contains(String) | Returns a Boolean value that indicates whether the collection of categories contains the Category object with the specified name. | |
Create | Adds a new category to the category collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the categories in the collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Returns an enumerator that iterates through the categories in the collection. |
Top