[]
        
(Showing Draft Content)

C1.GanttView.ResourceRefCollection

ResourceRefCollection Class

Represents a collection of resource references.

Inheritance
ResourceRefCollection
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.4.6.2.dll
Syntax
[ListBindable(false)]
public class ResourceRefCollection : Collection<ResourceRef>, IList<ResourceRef>, ICollection<ResourceRef>, IList, ICollection, IReadOnlyList<ResourceRef>, IReadOnlyCollection<ResourceRef>, IEnumerable<ResourceRef>, IEnumerable
<ListBindable(False)>
Public Class ResourceRefCollection
    Inherits Collection(Of ResourceRef)
    Implements IList(Of ResourceRef), ICollection(Of ResourceRef), IList, ICollection, IReadOnlyList(Of ResourceRef), IReadOnlyCollection(Of ResourceRef), IEnumerable(Of 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.