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


The following tables list the members exposed by SynchronizeTask.

Public Constructors

 NameDescription
Public ConstructorSynchronizeTask Constructor Initializes a new instance of the SynchronizeTask class.  
Top

Public Properties

 NameDescription
Public PropertyAddedAttachmentsCount Gets the number of Attachments Added for a features  
Public PropertyCreatedFeatureCount Gets the number of features that have been created on the device.  
Public PropertyDeletedAttachmentsCount Gets the number of Attachments deleted for a features..  
Public PropertyDeletedFeatureCount Gets the number of features that have been deleted on the device.  
Public PropertyDescription Gets the Description of the task. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Public PropertyImageSource The image source associated with the task. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Public PropertyIsDownloading Gets a flag indicating whether the task is currently downloading from the server.  
Public PropertyIsDownloadingAttachments Gets a flag indicating whether the task is currently downloading Attachments from the server.  
Public PropertyIsSynchronizing Gets a flag indicating whether or not the task is currently getting data or Uploading.  
Public PropertyIsUploading Gets a flag indicating whether the task is currently Uploading to the server.  
Public PropertyModifiedFeatureCount Gets the number of features that have been modified on the device.  
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.  Begins 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 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(). (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Protected MethodGetImageSourceOverridden.  Returns the image for the SynchronizeTask.  
Protected MethodInitializeOverridden.  Initializes the task.  
Protected MethodOnOwnerInitializedOverridden.  Called when the project is done initializing all tasks/extensions.  
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 MethodUninitializeOverridden.  Uninitializes the task.  
Top

Public Events

 NameDescription
Public EventPropertyChanged Occurs when a property of the task is changed. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Top

See Also