[]
        
(Showing Draft Content)

C1.C1Schedule.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.C1Schedule
Assembly: C1.Win.C1Schedule.4.8.dll
Syntax
public class StatusList : BaseList<Status>, IList<Status>, ICollection<Status>, IList, ICollection, IReadOnlyList<Status>, IReadOnlyCollection<Status>, IEnumerable<Status>, IEnumerable, INotifyCollectionChanged

Implements