[]
        
(Showing Draft Content)

C1.Win.C1GanttView.ResourceRefCollection

ResourceRefCollection Class

Represents a collection of resource references.

Inheritance
ResourceRefCollection
Namespace: C1.Win.C1GanttView
Assembly: C1.Win.C1GanttView.4.8.dll
Syntax
[ListBindable(false)]
public class ResourceRefCollection : Collection<ResourceRef>, IList<ResourceRef>, ICollection<ResourceRef>, IList, ICollection, IReadOnlyList<ResourceRef>, IReadOnlyCollection<ResourceRef>, IEnumerable<ResourceRef>, IEnumerable

Methods

Name Description
ClearItems()

Removes all items from the collection.

IndexOf(int)

Searches for the specified ID of the resource and returns the zero-based index of the corresponding element.

InsertItem(int, ResourceRef)

Inserts an item at the specified index.

RemoveItem(int)

Removes the item at the specified index.

Search(int)

Searches for a ResourceRef with the specified ID of the resource.

SetItem(int, ResourceRef)

Replaces the item at the specified index.