[]
        
(Showing Draft Content)

C1.Schedule.CategoryList

CategoryList Class

The CategoryList is a list of Category objects. Only objects existing in the owning CategoryCollection object may be added to this list. Use the CategoryList to associate the set of Category objects with an Appointment object.

Namespace: C1.Schedule
Assembly: C1.ScheduleCore.dll
Syntax
public class CategoryList : BaseList<Category>, IList<Category>, ICollection<Category>, IList, ICollection, IReadOnlyList<Category>, IReadOnlyCollection<Category>, IEnumerable<Category>, IEnumerable, INotifyCollectionChanged

Constructors

Name Description
CategoryList(CategoryCollection)

Initializes the new instance of the CategoryList class.

CategoryList(CategoryList)

Initializes a copy of the specified CategoryList object.

Properties

Name Description
Owner

Gets the reference to the owning CategoryCollection object.