ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / 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
     
    Public Class ResourceCollection 
       Inherits C1.C1Schedule.BaseCollection(Of Resource)
       Implements INotifyCollectionChanged 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
             C1.C1Schedule.C1ObservableKeyedCollection<TKey,TItem>
                C1.C1Schedule.BaseCollection<T>
                   C1.C1Schedule.ResourceCollection

    See Also