ComponentOne GanttView for WinForms
ResourceCollection Class
Members 

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace : ResourceCollection Class
Represents a collection of resources.
Object Model
ResourceCollection Class
Syntax
'Declaration
 
Public Class ResourceCollection 
   Inherits C1.C1Schedule.BaseCollection(Of Resource)
   Implements C1.C1Schedule.INotifyCollectionChanged 
public class ResourceCollection : C1.C1Schedule.BaseCollection<Resource>, C1.C1Schedule.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.Win.C1GanttView.ResourceCollection

See Also

Reference

ResourceCollection Members
C1.Win.C1GanttView Namespace