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

In This Topic
    ResourceCollection Class
    In This Topic
    The ResourceCollection is a collection of Resource objects which represents all available resources in C1Schedule object model.
    Object Model
    ResourceCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class ResourceCollection 
       Inherits C1.C1Schedule.BaseCollection(Of Resource)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)]
    [DebuggerDisplay("Count = {Count}")]
    public class ResourceCollection : C1.C1Schedule.BaseCollection<Resource> 
    Inheritance Hierarchy
    See Also