[]
The CategoryCollection is a collection of Category objects which represents all available categories in C1Schedule object model. By default it contains the set of predefined categories.
public class CategoryCollection : BaseCollection<Category>, IList<Category>, ICollection<Category>, IList, ICollection, IReadOnlyList<Category>, IReadOnlyCollection<Category>, IEnumerable<Category>, IEnumerable, INotifyCollectionChanged
| Name | Description |
|---|---|
| CategoryCollection() | Initializes a new instance of the CategoryCollection class. |
| Name | Description |
|---|---|
| GetDefaults() | Returns the list of predefined categories. |
| LoadDefaults() | Restores the collection to its default state. |