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.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public class StatusList : BaseList<Status>
Visual Basic (Declaration)
Public Class StatusList _
	Inherits BaseList(Of Status)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'Status>)>)>
    C1.C1Schedule..::..C1ObservableCollection<(Of <(<'Status>)>)>
      C1.C1Schedule..::..BaseList<(Of <(<'Status>)>)>
        C1.C1Schedule..::..StatusList

See Also