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.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public class StatusList : BaseList<Status>
Visual Basic
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