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


The following tables list the members exposed by Task.

Public Properties

 NameDescription
Public PropertyDescription Gets the Description of the task.  
Public PropertyImageSource The image source associated with the task.  
Public PropertyName Gets the name of the task.  
Public PropertyNote Gets a short informational message to display as a small annotation on the task icon.  
Top

Protected Properties

 NameDescription
Protected PropertyPreviousPage The page that was currently displayed when the task was executed.  
Top

Public Methods

 NameDescription
Public MethodEqualsOverloaded.  Tests is this Extension is equal to the argument. (Inherited from Extension)
Public MethodExecute Starts the task.  
Public MethodGetSchema This method is reserved, it should not be used. Apply the XmlSchemaProviderAttribute to the class instead. (Inherited from Extension)
Public MethodReadJsonOverridden.  Generates an object from its JSON representation.  
Public MethodReadXmlOverridden.  Generates an object from its XML representation.  
Public MethodWriteJsonOverridden.  Converts an object into its JSON representation.  
Public MethodWriteXmlOverridden.  Converts an object into its XML representation.  
Top

Protected Methods

 NameDescription
Protected MethodCacheCurrentPage Caches the current page so it can be redisplayed later by calling TransitionToPreviousPage().  
Protected MethodGetImageSource Returns the ImageSource associated with this Task. Override this method to allow the ImageSource property to initialized on-demand (i.e., the first time its value is requested).  
Protected MethodInitializeOverridden.  Initialize the Task.  
Protected MethodOnOwnerInitializedOverridden.  This method is called by the Project when it is Initialized. At this point, all other Tasks and ProjectExtensions will have been Initialized.  
Protected MethodOnPropertyChanged Fires the DisplayPropertyChanged  
Protected MethodTransitionToPreviousPage Transitions to the page cached in the _prevPage.  
Protected MethodUninitializeOverridden.  Uninitialize the Task.  
Top

Public Events

 NameDescription
Public EventPropertyChanged Occurs when a property of the task is changed.  
Top

See Also