ESRI.ArcGIS.Mobile.Client
FeatureCollection Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : FeatureCollection Class


The following tables list the members exposed by FeatureCollection.

Public Constructors

 NameDescription
Public ConstructorFeatureCollection Constructor Creates an empty FeatureCollection.  
Top

Public Properties

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

Protected Properties

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

Public Methods

 NameDescription
Public MethodAdd (Inherited from System.Collections.ObjectModel.Collection<Feature>)
Public MethodAddFeature Add a Feature to the list. This doesn't allow it to be added twice. (Inherited from ESRI.ArcGIS.Mobile.Client.FeatureCollection<Feature>)
Public MethodAddFeatures Adds a collection of features to the feature collection, making sure each feature exists in the collection only once. (Inherited from ESRI.ArcGIS.Mobile.Client.FeatureCollection<Feature>)
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<Feature>)
Public MethodContains (Inherited from System.Collections.ObjectModel.Collection<Feature>)
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<Feature>)
Public MethodDispose Releases all resources used by this object. (Inherited from ESRI.ArcGIS.Mobile.Client.FeatureCollection<Feature>)
Public MethodFindOverloaded.  Finds a Feature in the collection. (Inherited from ESRI.ArcGIS.Mobile.Client.FeatureCollection<Feature>)
Public MethodGetEnumerator (Inherited from System.Collections.ObjectModel.Collection<Feature>)
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<Feature>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<Feature>)
Public MethodMove (Inherited from System.Collections.ObjectModel.ObservableCollection<Feature>)
Public MethodOnFeaturesChanged Updates the features within the collection based upon the feature-changed event args parameter. This method is intended to be called by some other client who is responding to the Project.FeaturesChanged event. (Inherited from ESRI.ArcGIS.Mobile.Client.FeatureCollection<Feature>)
Public MethodRemove (Inherited from System.Collections.ObjectModel.Collection<Feature>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<Feature>)
Public MethodRemoveFeature Removes a feature from the collection based upon its layer and object identifier (not the object reference). (Inherited from ESRI.ArcGIS.Mobile.Client.FeatureCollection<Feature>)
Top

Protected Methods

 NameDescription
Protected MethodBlockReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<Feature>)
Protected MethodCheckReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<Feature>)
Protected MethodClearItems (Inherited from System.Collections.ObjectModel.ObservableCollection<Feature>)
Protected MethodInsertItem (Inherited from System.Collections.ObjectModel.ObservableCollection<Feature>)
Protected MethodMoveItem (Inherited from System.Collections.ObjectModel.ObservableCollection<Feature>)
Protected MethodOnCollectionChanged (Inherited from System.Collections.ObjectModel.ObservableCollection<Feature>)
Protected MethodOnPropertyChanged (Inherited from System.Collections.ObjectModel.ObservableCollection<Feature>)
Protected MethodRemoveItem (Inherited from System.Collections.ObjectModel.ObservableCollection<Feature>)
Protected MethodSetItem (Inherited from System.Collections.ObjectModel.ObservableCollection<Feature>)
Top

Public Events

 NameDescription
Public EventCollectionChanged (Inherited from System.Collections.ObjectModel.ObservableCollection)
Top

Protected Events

 NameDescription
Protected EventPropertyChanged (Inherited from System.Collections.ObjectModel.ObservableCollection)
Top

See Also