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.

Public Constructors

  Name Description
Public Constructor GISResourceItemCollection Constructor Creates an instance of a MapResourceItemCollection.  
Top

Public Properties

  Name Description
Public Property Count The number of items in this collection.  
Public Property IsSynchronized Indicates whether the collection is synchronized.  
Public Property Item Indexer to this collection  
Public Property Parent The LayerResourceManager to which this collection belongs.  
Public Property SyncRoot The SyncRoot for this collection.  
Top

Public Methods

  Name Description
Public Method Add Add item to collection.  
Public Method Clear Clear the collection.  
Public Method Contains Indicates whether the collection contains the item.  
Public Method CopyTo Copy collection to an array.  
Public Method Find Finds an item with the specified name.  
Public Method GetEnumerator Get an enumerator to the collection.  
Public Method IndexOf Returns the index of the specified item in the collection.  
Public Method Insert Insert an item to the collection.  
Public Method Move Moves item within collection  
Public Method OnInit  
Public Method Remove Remove an item from the collection.  
Public Method RemoveAt Remove item from collection.  
Top

Protected Methods

Public Events

See Also