[]
        
(Showing Draft Content)

C1.Schedule.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.Schedule
Assembly: C1.ScheduleCore.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.

RefreshDefaults()

Refreshes default values honoring current culture settings.