Represents a strongly-typed collection of Resource objects.
The following tables list the members exposed by the ResourceCollection(T) type.
Name | Description | |
---|---|---|
![]() |
Overloaded. Initializes a new instance of the ResourceCollection class. |
Name | Description | |
---|---|---|
![]() |
Gets the count of items in the collection. (Inherited from StateCollection.) |
|
![]() |
Gets a value that indicates if the collection is read only. (Inherited from StateCollection.) |
|
![]() |
Gets a value that indicates whether the collection is saving changes to its view state. (Inherited from StateCollection.) |
|
![]() |
Returns the item at the specified index. This is the indexer of the collection. (Inherited from StateCollection.) |
|
![]() |
Gets the Resource identified by the specified string. |
Name | Description | |
---|---|---|
![]() |
Adds a new item to the collection. (Inherited from StateCollection.) |
|
![]() |
Removes all items from the collection. (Inherited from StateCollection.) |
|
![]() |
Checks if the specified item is contained within the collection. (Inherited from StateCollection.) |
|
![]() |
Copies the elements of the collection to an array, starting from the particular Array index. (Inherited from StateCollection.) |
|
![]() |
Returns an enumerator that iterates through the collection. (Inherited from StateCollection.) |
|
![]() |
Returns the index of the first occurrence of the specified item in the collection. (Inherited from StateCollection.) |
|
![]() |
Inserts the specified item into the array at the specified index. (Inherited from StateCollection.) |
|
![]() |
Restores view-state information from an object that was saved by the SaveViewState method (Inherited from StateCollection.) |
|
![]() |
Raises the Changed event. (Inherited from StateCollection.) |
|
![]() |
Removes the specified item from the collection. (Inherited from StateCollection.) |
|
![]() |
Removes the item at the specified index. (Inherited from StateCollection.) |
|
![]() |
Saves any view-state changes that have occurred for this collection. (Inherited from StateCollection.) |
|
![]() |
Causes tracking of view-state changes made to the collection so they can be stored in an object. (Inherited from StateCollection.) |
Name | Description | |
---|---|---|
![]() |
Restores view-state information from an object that was saved by the SaveItemViewState method. |
|
![]() |
Raises the Add event. (Inherited from StateCollection.) |
|
![]() |
Raises the AddComplete event. (Inherited from StateCollection.) |
|
![]() |
Raises the Clear event. (Inherited from StateCollection.) |
|
![]() |
Raises the ClearComplete event. (Inherited from StateCollection.) |
|
![]() |
Raises the CollectionChanged event. (Inherited from StateCollection.) |
|
![]() |
Raises the Insert event. (Inherited from StateCollection.) |
|
![]() |
Raises the InsertComplete event. (Inherited from StateCollection.) |
|
![]() |
Raises the Remove event. (Inherited from StateCollection.) |
|
![]() |
Raises the RemoveComplete event. (Inherited from StateCollection.) |
|
![]() |
Raises the Set event. (Inherited from StateCollection.) |
|
![]() |
Raises the SetComplete event. (Inherited from StateCollection.) |
|
![]() |
Saves the ViewState of the specified item. |
|
![]() |
Causes tracking of view-state changes made to the specified item. (Inherited from StateCollection.) |
Name | Description | |
---|---|---|
![]() |
Declares the AddComplete event. (Inherited from StateCollection.) |
|
![]() |
Declares the Add event. (Inherited from StateCollection.) |
|
![]() |
Declares the Changed event. (Inherited from StateCollection.) |
|
![]() |
Declares the ClearComplete event. (Inherited from StateCollection.) |
|
![]() |
Declares the Clear event. (Inherited from StateCollection.) |
|
![]() |
Declares the CollectionChanged event. (Inherited from StateCollection.) |
|
![]() |
Declares the InsertComplete event. (Inherited from StateCollection.) |
|
![]() |
Declares the Insert event. (Inherited from StateCollection.) |
|
![]() |
Declares the RemoveComplete event. (Inherited from StateCollection.) |
|
![]() |
Declares the Remove event. (Inherited from StateCollection.) |
|
![]() |
Declares the SetComplete event. (Inherited from StateCollection.) |
|
![]() |
Declares the Set event. (Inherited from StateCollection.) |