ESRI.ArcGIS.ADF.Web.UI.WebControls | |
Generic GISResourceItemCollection Class Members | |
See Also Properties Methods Events |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : Generic GISResourceItemCollection Class |
The following tables list the members exposed by Generic GISResourceItemCollection.
Name | Description | |
---|---|---|
GISResourceItemCollection Constructor | Creates an instance of a MapResourceItemCollection. |
Name | Description | |
---|---|---|
Count | The number of items in this collection. | |
IsSynchronized | Indicates whether the collection is synchronized. | |
Item | Indexer to this collection | |
Parent | The LayerResourceManager to which this collection belongs. | |
SyncRoot | The SyncRoot for this collection. |
Name | Description | |
---|---|---|
Add | Add item to collection. | |
Clear | Clear the collection. | |
Contains | Indicates whether the collection contains the item. | |
CopyTo | Copy collection to an array. | |
Find | Finds an item with the specified name. | |
GetEnumerator | Get an enumerator to the collection. | |
IndexOf | Returns the index of the specified item in the collection. | |
Insert | Insert an item to the collection. | |
Move | Moves item within collection | |
OnInit | Occurs when the collection is initialized. | |
Remove | Remove an item from the collection. | |
RemoveAt | Remove item from collection. |
Name | Description | |
---|---|---|
ResourceItemAdded | Event fired when a resource item is added to the collection. | |
ResourceItemInserted | Event fired when a resource item is inserted into the collection. | |
ResourceItemMoved | Event fired when a resource item is moved within the collection. | |
ResourceItemRemoved | Event fired when a resource item is removed from the collection. | |
ResourceItemRemoving | Event fired when a resource item is about to be removed. |