The following tables list the members exposed by ManageEditsTask.
Name | Description | |
---|---|---|
![]() | ManageEditsTask Constructor | Initializes a new instance of the SynchronizeTask class. |
Name | Description | |
---|---|---|
![]() | CreatedFeatureCount | Gets the number of features that have been created on the device. |
![]() | DeletedFeatureCount | Gets the number of features that have been deleted on the device. |
![]() | Description | Gets the Description of the task. (Inherited from ESRI.ArcGIS.Mobile.Client.Task) |
![]() | EditFeatureAttributesPage | Gets the page used to edit a feature's attributes. |
![]() | ImageSource | The image source associated with the task. (Inherited from ESRI.ArcGIS.Mobile.Client.Task) |
![]() | ModifiedFeatureCount | Gets the number of features that have been modified on the device. |
![]() | 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) |
![]() | ViewCollectedFeaturesPage | Gets the page used to view local updates. |
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. Begins 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 | Overridden. Generates an object from its XML representation. |
![]() | WriteJson | Converts an object into its JSON representation. (Inherited from ESRI.ArcGIS.Mobile.Client.Task) |
![]() | WriteXml | Overridden. Converts an object into its XML representation. |
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 image for the SynchronizeTask. |
![]() | Initialize | Overridden. Initializes the task. |
![]() | OnOwnerInitialized | Overridden. Called when the project is done initializing all tasks/extensions. |
![]() | 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 | Overridden. Uninitializes the task. |
Name | Description | |
---|---|---|
![]() | FeatureEditingCompleted | Raised when user finishes editing a feature. |
![]() | FeatureEditingStarted | Raised when user starts editing a feature. |
![]() | PropertyChanged | Occurs when a property of the task is changed. (Inherited from ESRI.ArcGIS.Mobile.Client.Task) |