C1.C1Schedule Namespace : CategoryCollection Class |
The following tables list the members exposed by CategoryCollection.
Name | Description | |
---|---|---|
![]() | CategoryCollection Constructor | Initializes a new instance of the CategoryCollection class. |
Name | Description | |
---|---|---|
![]() | Comparer | (Inherited from System.Collections.ObjectModel.KeyedCollection<Guid,Category>) |
![]() | Count | (Inherited from System.Collections.ObjectModel.Collection<Category>) |
![]() | Item | Overloaded. Gets the element with the specified key if any. (Inherited from C1.C1Schedule.BaseCollection<Category>) |
Name | Description | |
---|---|---|
![]() | Add | Adds a new custom object to the collection. If the item already exists in the collection, its index is returned. (Inherited from C1.C1Schedule.BaseCollection<Category>) |
![]() | AddRange | Overloaded. Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items. (Inherited from C1.C1Schedule.BaseCollection<Category>) |
![]() | Clear | (Inherited from System.Collections.ObjectModel.Collection<Category>) |
![]() | Contains | Overloaded. Check if collection contains an item with specified index. (Inherited from C1.C1Schedule.BaseCollection<Category>) |
![]() | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<Category>) |
![]() | GetDefaults | Returns the list of predefined categories. |
![]() | GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<Category>) |
![]() | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<Category>) |
![]() | Insert | (Inherited from System.Collections.ObjectModel.Collection<Category>) |
![]() | LoadDefaults | Restores the collection to its default state. |
![]() | Remove | Overloaded. (Inherited from System.Collections.ObjectModel.KeyedCollection<Guid,Category>) |
![]() | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<Category>) |