[]
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.
public class CategoryList : BaseList<Category>, IList<Category>, ICollection<Category>, IList, ICollection, IReadOnlyList<Category>, IReadOnlyCollection<Category>, IEnumerable<Category>, IEnumerable, INotifyCollectionChanged
Name | Description |
---|---|
CategoryList(CategoryCollection) | Initializes the new instance of the CategoryList class. |
CategoryList(CategoryList) | Initializes a copy of the specified CategoryList object. |
Name | Description |
---|---|
Owner | Gets the reference to the owning CategoryCollection object. |