[]
        
(Showing Draft Content)

C1.Schedule.StatusList

StatusList Class

The StatusList is a list of Status objects. Only objects existing in the owning StatusCollection object may be added to this list.

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

Implements