ESRI.ArcGIS.Mobile.Client
StopsCollection Class Members
See Also  Fields  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client.Tasks.Routing Namespace : StopsCollection Class


The following tables list the members exposed by StopsCollection.

Public Constructors

 NameDescription
Public ConstructorStopsCollection Constructor Constructor for StopsCollection  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)ShowWarning ShowWarning  
Top

Public Properties

 NameDescription
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<Stop>)
Public PropertyGeometry Gets the geometry associated with the Stops  
Public PropertyItem (Inherited from System.Collections.ObjectModel.Collection<Stop>)
Top

Protected Properties

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

Public Methods

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

Protected Methods

 NameDescription
Protected MethodBlockReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<Stop>)
Protected MethodCheckReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<Stop>)
Protected MethodClearItemsOverridden.  Override ClearItems function, Clears all items from the StopsCollection, and geometry  
Protected MethodInsertItemOverridden.  Inserts an item into the StopsCollection at the index position  
Protected MethodMoveItemOverridden.  Override MoveItem function, Move an item from the old index to new index, need to update the geometry as well  
Protected MethodOnCollectionChanged (Inherited from System.Collections.ObjectModel.ObservableCollection<Stop>)
Protected MethodOnPropertyChanged (Inherited from System.Collections.ObjectModel.ObservableCollection<Stop>)
Protected MethodRemoveItemOverridden.  Override RemoveItem function, Removes an item from the StopsCollection at the index position, need to update the geometry as well  
Protected MethodSetItem (Inherited from System.Collections.ObjectModel.ObservableCollection<Stop>)
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