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

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

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

    See Also