C1.WPF.GanttView.4 Assembly > C1.GanttView Namespace : ResourceCollection Class |
The following tables list the members exposed by ResourceCollection.
Name | Description | |
---|---|---|
AllowEdit | Gets a value indicating whether items in the underlying list can be edited. | |
AllowNew | Gets whether you can add items to the list using AddNew. | |
AllowRemove | Gets whether you can remove items from the list, using Remove or RemoveAt. | |
Comparer | (Inherited from System.Collections.ObjectModel.KeyedCollection<Guid,Resource>) | |
Count | (Inherited from System.Collections.ObjectModel.Collection<Resource>) | |
Item | Overloaded. (Inherited from C1.C1Schedule.BaseCollection<Resource>) | |
SupportsSorting | Gets a value indicating whether the list supports sorting. | |
SuppressedDataChanging | (Inherited from C1.C1Schedule.BaseCollection<Resource>) |
Name | Description | |
---|---|---|
Add | (Inherited from C1.C1Schedule.BaseCollection<Resource>) | |
AddNew | Adds a new item to the list. | |
AddRange | Overloaded. (Inherited from C1.C1Schedule.BaseCollection<Resource>) | |
ApplySort | Sorts the resources. | |
Clear | (Inherited from System.Collections.ObjectModel.Collection<Resource>) | |
Contains | Overloaded. (Inherited from C1.C1Schedule.BaseCollection<Resource>) | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<Resource>) | |
IndexOf | Overloaded. Searches for the specified ID and returns the zero-based index of the corresponding resource. | |
Insert | (Inherited from System.Collections.ObjectModel.Collection<Resource>) | |
Remove | Overloaded. (Inherited from System.Collections.ObjectModel.KeyedCollection<Guid,Resource>) | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<Resource>) | |
RemoveSort | Remove all sorts were applied to the tasks. | |
Search | Overloaded. Searches for a Resource with the specified ID. |
Name | Description | |
---|---|---|
AddingNew | Occurs before an item is added to the underlying list. | |
ListChanged | Occurs when the list changes or an item in the list changes. |