ComponentOne GanttView for WinForms
ResourceCollection Class Members
Properties  Methods  Events

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace : ResourceCollection Class

The following tables list the members exposed by ResourceCollection.

Public Properties
 NameDescription
Public PropertyGets a value indicating whether items in the underlying list can be edited.  
Public PropertyGets whether you can add items to the list using AddNew.  
Public PropertyGets whether you can remove items from the list, using Remove or RemoveAt.  
Public Property (Inherited from System.Collections.ObjectModel.KeyedCollection<Guid,Resource>)
Public Property (Inherited from System.Collections.ObjectModel.Collection<Resource>)
Public PropertyOverloaded.  (Inherited from C1.C1Schedule.BaseCollection<Resource>)
Public PropertyGets a value indicating whether the list supports sorting.  
Public Property (Inherited from C1.C1Schedule.BaseCollection<Resource>)
Top
Public Methods
 NameDescription
Public Method (Inherited from C1.C1Schedule.BaseCollection<Resource>)
Public MethodAdds a new item to the list.  
Public MethodOverloaded.  (Inherited from C1.C1Schedule.BaseCollection<Resource>)
Public MethodSorts the resources.  
Public Method (Inherited from System.Collections.ObjectModel.Collection<Resource>)
Public MethodOverloaded.  (Inherited from C1.C1Schedule.BaseCollection<Resource>)
Public Method (Inherited from System.Collections.ObjectModel.Collection<Resource>)
Public MethodOverloaded. Searches for the specified ID and returns the zero-based index of the corresponding resource.  
Public Method (Inherited from System.Collections.ObjectModel.Collection<Resource>)
Public MethodOverloaded.  (Inherited from System.Collections.ObjectModel.KeyedCollection<Guid,Resource>)
Public Method (Inherited from System.Collections.ObjectModel.Collection<Resource>)
Public MethodRemove all sorts were applied to the tasks.  
Public MethodOverloaded. Searches for a Resource with the specified ID.  
Top
Public Events
 NameDescription
Public EventOccurs before an item is added to the underlying list.  
Public EventOccurs when the list changes or an item in the list changes.  
Top
See Also

Reference

ResourceCollection Class
C1.Win.C1GanttView Namespace