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


The following tables list the members exposed by ViewMapTask.

Public Properties

 NameDescription
Public PropertyBrowseMenuItem Gets the Browse menu item on the MapPage.  
Public PropertyDescription Gets the Description of the task. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Public PropertyLargeIcon Gets the large icon associated with this task. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Public PropertyMapPage Gets the MapPage shown by this task.  
Public PropertyName Gets the name of the task. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Top

Public Methods

 NameDescription
Public MethodDisposeOverloaded.  Releases all resources used by this instance.  
Public MethodEqualsOverloaded.  Tests is this Extension is equal to the argument. (Inherited from ESRI.ArcGIS.Mobile.Client.Extension)
Public MethodExecuteOverridden.  Starts the task.  
Public MethodGetSchema This method is reserved, it should not be used. Apply the XmlSchemaProviderAttribute to the class instead. (Inherited from ESRI.ArcGIS.Mobile.Client.Extension)
Public MethodReadJson Generates an object from its JSON representation. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Public MethodReadXml Generates an object from its XML representation. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Public MethodWriteJson Converts an object into its JSON representation. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Public MethodWriteXml Converts an object into its XML representation. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Top

Protected Methods

 NameDescription
Protected MethodInitializeOverridden.  At this point you are guaranteed that all other Tasks and Extensions have been instantiated. This method is called by a project when it is initializing.  
Protected MethodOnOwnerInitialized This method is called by the Project when it is Initialized. At this point, all other Tasks and ProjectExtensions will have been Initialized. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Protected MethodOnPropertyChanged Fires the DisplayPropertyChanged (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Protected MethodUninitializeOverridden.  This method is called at the end of the Extension life cycle.  
Top

Public Events

 NameDescription
Public EventCreatingMeasureMethods Event that is fired when the list of items the measure method page displays is being created.  
Public EventCreatingRightMenu Event that fires when the right menu is being setup.  
Public EventPropertyChanged Occurs when a property of the task is changed. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Top

See Also