Version 24.2 (latest)

ResourceCollection Class Methods

For a list of all members of this type, see ResourceCollection members.

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>)
See Also