ESRI.ArcGIS.Mobile
DataSourceCollection Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile Namespace : DataSourceCollection Class


The following tables list the members exposed by DataSourceCollection.

Public Properties

 NameDescription
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<DataSource>)
Public PropertyItem (Inherited from System.Collections.ObjectModel.Collection<DataSource>)
Top

Protected Properties

 NameDescription
Protected PropertyItems (Inherited from System.Collections.ObjectModel.Collection<DataSource>)
Top

Public Methods

 NameDescription
Public MethodAdd (Inherited from System.Collections.ObjectModel.Collection<DataSource>)
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<DataSource>)
Public MethodContains (Inherited from System.Collections.ObjectModel.Collection<DataSource>)
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<DataSource>)
Public MethodGetEnumerator (Inherited from System.Collections.ObjectModel.Collection<DataSource>)
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<DataSource>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<DataSource>)
Public MethodRemove (Inherited from System.Collections.ObjectModel.Collection<DataSource>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<DataSource>)
Top

Protected Methods

 NameDescription
Protected MethodClearItemsOverridden.  Removes all elements from the Collection.  
Protected MethodInsertItemOverridden.  Inserts an element into the Collection at the specified index.  
Protected MethodRemoveItemOverridden.  Removes the element at the specified index of the Collection.  
Protected MethodSetItemOverridden.  Replaces the element at the specified index.  
Top

See Also