C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / ResourceList Class
Members

ResourceList Class
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
 
Public Class ResourceList 
   Inherits C1.C1Schedule.BaseList(Of Resource)
   Implements INotifyCollectionChanged 
 
Inheritance Hierarchy

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

See Also