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.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public class CategoryCollection : BaseCollection<Category>
Visual Basic
Public Class CategoryCollection _
	Inherits BaseCollection(Of Category)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'Category>)>)>
    System.Collections.ObjectModel..::..KeyedCollection<(Of <(<'Guid, Category>)>)>
      C1.C1Schedule..::..C1ObservableKeyedCollection<(Of <(<'Guid, Category>)>)>
        C1.C1Schedule..::..BaseCollection<(Of <(<'Category>)>)>
          C1.C1Schedule..::..CategoryCollection

See Also