The ResourceCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd(Resource)
Adds a new Resource to the collection.
Public methodAdd(String, String)
Adds a new Resource to the collection.
Public methodClear (Inherited from CollectionBase.)
Public methodCollapseAll
Public methodContains
Determines whether the collection contains a specified resource.
Public methodEquals (Inherited from Object.)
Public methodExpandAll
Protected methodFinalize (Inherited from Object.)
Public methodFindById
Finds a resource by its Id.
Public methodFindByIndex
Find resource by its index.
Public methodFindByValue Obsolete.
Finds a resource by its Id. Obsolete. Use .FindById() instead.
Public methodFindParent
Public methodGetEnumerator (Inherited from CollectionBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Determines the index of a specific item in the collection.
Public methodInsert
Inserts a new resource at the specified position.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnClear (Inherited from CollectionBase.)
Protected methodOnClearComplete (Inherited from CollectionBase.)
Protected methodOnInsert (Inherited from CollectionBase.)
Protected methodOnInsertComplete (Inherited from CollectionBase.)
Protected methodOnRemove (Inherited from CollectionBase.)
Protected methodOnRemoveComplete (Inherited from CollectionBase.)
Protected methodOnSet (Inherited from CollectionBase.)
Protected methodOnSetComplete (Inherited from CollectionBase.)
Protected methodOnValidate (Inherited from CollectionBase.)
Public methodRemove
Removes a Resource from the collection.
Public methodRemoveAt (Inherited from CollectionBase.)
Public methodRemoveFromTree
Removes a Resource from the tree.
Public methodToArrayList
Converts ResourceCollection to ArrayList.
Public methodToString (Inherited from Object.)

See Also