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


The following tables list the members exposed by CollectFeaturesTask.

Public Constructors

 NameDescription
Public ConstructorCollectFeaturesTask Constructor Initializes a new instance of the CollectFeaturesTask class.  
Top

Public Properties

 NameDescription
Public PropertyDescription Gets the Description of the task. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Public PropertyEditFeatureAttributesPage Gets the EditFeatureAttributesPage  
Public PropertyFeature The feature being collected.  
Public PropertyImageSource The image source associated with the task. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Public PropertyName Gets the name of the task. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Public PropertyNote Gets a short informational message to display as a small annotation on the task icon. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Top

Protected Properties

 NameDescription
Protected PropertyPreviousPage The page that was currently displayed when the task was executed. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Top

Public Methods

 NameDescription
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 MethodCacheCurrentPage Caches the current page so it can be redisplayed later by calling TransitionToPreviousPage(). (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Protected MethodGetImageSourceOverridden.  Returns the ImageSource associated with this Task.  
Protected MethodInitialize Initialize the Task. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
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 MethodTransitionToPreviousPage Transitions to the page cached in the _prevPage. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Protected MethodUninitialize Uninitialize the Task. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Top

Public Events

 NameDescription
Public EventCollectionCompleted Raised when the feature collection has finished or was canceled.  
Public EventCollectionStarted Raised when the collection of a new feature begins. This occurs after a feature type has been selected by the user.  
Public EventCreatingFinishCollectionCommands Raised when the collection of finish collection commands is being created. This event is raised after the CollectionCompleted event has been raised with the Canceled property being false.  
Public EventPropertyChanged Occurs when a property of the task is changed. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Top

See Also