Version

ResourceCollection Class Members

The following tables list the members exposed by ResourceCollection.

Public Constructors
 NameDescription
Public ConstructorResourceCollection ConstructorConstructor. Creates a new instance of ResourceCollection.  
Public Properties
 NameDescription
Public PropertyAllocatedItemsReturns items in the collection that have been allocated so far. (Inherited from Infragistics.Collections.Services.ViewList<Resource>)
Public PropertyCountReturns the number of items in the collection. (Inherited from Infragistics.Collections.Services.ViewList<Resource>)
Public PropertyIsReadOnlyIndicates whether the collection is read-only. (Inherited from Infragistics.Collections.Services.ViewList<Resource>)
Public PropertyItemReturns the item at the specified index. (Inherited from Infragistics.Collections.Services.ViewList<Resource>)
Public PropertySourceItemsGets or sets the source items collection. (Inherited from Infragistics.Collections.Services.ViewList<Resource>)
Public Methods
 NameDescription
Public MethodContainsIndicates whether the specified item is in the collection. (Inherited from Infragistics.Collections.Services.ViewList<Resource>)
Public MethodCopyToCopies items from this collection to the specified array. (Inherited from Infragistics.Collections.Services.ViewList<Resource>)
Public MethodGetEnumeratorReturns the enumerator for enumerating items in the collection. (Inherited from Infragistics.Collections.Services.ViewList<Resource>)
Public MethodGetResourceFromIdGets the resource with the specified id. Returns null if none exists.  
Public MethodIndexOfReturns the index of the specified item in the collection. (Inherited from Infragistics.Collections.Services.ViewList<Resource>)
Protected Methods
 NameDescription
Protected MethodOnCollectionChangedCalled to raise CollectionChanged notification as well as notify property change listeners added via ISupportPropertyChangeNotifications interface. (Inherited from Infragistics.Collections.Services.ViewList<Resource>)
Public Events
 NameDescription
Public EventCollectionChangedRaised when the collection's contents change. (Inherited from Infragistics.Collections.Services.ViewList<Resource>)
See Also