Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / StatusList Class
Members

In This Topic
    StatusList Class
    In This Topic
    The StatusList is a list of Status objects. Only objects existing in the owning StatusCollection object may be added to this list.
    Object Model
    StatusList Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class StatusList 
       Inherits C1.C1Schedule.BaseList(Of Status)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class StatusList : C1.C1Schedule.BaseList<Status> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          C1.C1Schedule.C1ObservableCollection<T>
             C1.C1Schedule.BaseList<T>
                C1.C1Schedule.StatusList

    See Also