[]
        
(Showing Draft Content)

C1.C1Schedule.CategoryCollection

CategoryCollection Class

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.

Namespace: C1.C1Schedule
Assembly: C1.Win.C1Schedule.4.8.dll
Syntax
public class CategoryCollection : BaseCollection<Category>, IList<Category>, ICollection<Category>, IList, ICollection, IReadOnlyList<Category>, IReadOnlyCollection<Category>, IEnumerable<Category>, IEnumerable, INotifyCollectionChanged

Constructors

Name Description
CategoryCollection()

Initializes a new instance of the CategoryCollection class.

Methods

Name Description
GetDefaults()

Returns the list of predefined categories.

LoadDefaults()

Restores the collection to its default state.