The following tables list the members exposed by CollectFeaturesTask.
Name | Description | |
---|---|---|
![]() | CollectFeaturesTask Constructor | Initializes a new instance of the CollectFeaturesTask class. |
Name | Description | |
---|---|---|
![]() | Description | Gets the Description of the task. (Inherited from ESRI.ArcGIS.Mobile.Client.Task) |
![]() | EditFeatureAttributesPage | Gets the EditFeatureAttributesPage |
![]() | Feature | The feature being collected. |
![]() | ImageSource | The image source associated with the task. (Inherited from ESRI.ArcGIS.Mobile.Client.Task) |
![]() | Name | Gets the name of the task. (Inherited from ESRI.ArcGIS.Mobile.Client.Task) |
![]() | Note | Gets a short informational message to display as a small annotation on the task icon. (Inherited from ESRI.ArcGIS.Mobile.Client.Task) |
Name | Description | |
---|---|---|
![]() | PreviousPage | The page that was currently displayed when the task was executed. (Inherited from ESRI.ArcGIS.Mobile.Client.Task) |
Name | Description | |
---|---|---|
![]() | Equals | Overloaded. Tests is this Extension is equal to the argument. (Inherited from ESRI.ArcGIS.Mobile.Client.Extension) |
![]() | Execute | Overridden. Starts the task. |
![]() | GetSchema | This method is reserved, it should not be used. Apply the XmlSchemaProviderAttribute to the class instead. (Inherited from ESRI.ArcGIS.Mobile.Client.Extension) |
![]() | ReadJson | Generates an object from its JSON representation. (Inherited from ESRI.ArcGIS.Mobile.Client.Task) |
![]() | ReadXml | Generates an object from its XML representation. (Inherited from ESRI.ArcGIS.Mobile.Client.Task) |
![]() | WriteJson | Converts an object into its JSON representation. (Inherited from ESRI.ArcGIS.Mobile.Client.Task) |
![]() | WriteXml | Converts an object into its XML representation. (Inherited from ESRI.ArcGIS.Mobile.Client.Task) |
Name | Description | |
---|---|---|
![]() | CacheCurrentPage | Caches the current page so it can be redisplayed later by calling TransitionToPreviousPage(). (Inherited from ESRI.ArcGIS.Mobile.Client.Task) |
![]() | GetImageSource | Overridden. Returns the ImageSource associated with this Task. |
![]() | Initialize | Initialize the Task. (Inherited from ESRI.ArcGIS.Mobile.Client.Task) |
![]() | OnOwnerInitialized | 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) |
![]() | OnPropertyChanged | Fires the DisplayPropertyChanged (Inherited from ESRI.ArcGIS.Mobile.Client.Task) |
![]() | TransitionToPreviousPage | Transitions to the page cached in the _prevPage. (Inherited from ESRI.ArcGIS.Mobile.Client.Task) |
![]() | Uninitialize | Uninitialize the Task. (Inherited from ESRI.ArcGIS.Mobile.Client.Task) |
Name | Description | |
---|---|---|
![]() | CollectionCompleted | Raised when the feature collection has finished or was canceled. |
![]() | CollectionStarted | Raised when the collection of a new feature begins. This occurs after a feature type has been selected by the user. |
![]() | CreatingFinishCollectionCommands | 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. |
![]() | PropertyChanged | Occurs when a property of the task is changed. (Inherited from ESRI.ArcGIS.Mobile.Client.Task) |