ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / ResourceCollection Class
Properties Methods Events

In This Topic
    ResourceCollection Class Members
    In This Topic

    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<TKey,TItem>)
    Public Property (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    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<TItem>)
    Public MethodOverloaded.  (Inherited from C1.C1Schedule.BaseCollection<Resource>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    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<TItem>)
    Public MethodOverloaded.  (Inherited from System.Collections.ObjectModel.KeyedCollection<TKey,TItem>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    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