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 Properties

 NameDescription
Public PropertyAddedAttachmentsCount Gets the number of Attachments Added for a features  
Public PropertyDeletedAttachmentsCount Gets the number of Attachments deleted for a features..  
Public PropertyDescription Gets the Description of the task. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Public PropertyIsSynchronizing Returns a value that indicates if the task is currently synchronizing with the server.  
Public PropertyLargeIcon Gets the large icon associated with this task. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Public PropertyName Gets the name of the task. (Inherited from ESRI.ArcGIS.Mobile.Client.Task)
Top

Public Methods

 NameDescription
Public MethodDispose Releases all resources used by this instance.  
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 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 MethodInitializeOverridden.  Initialize the 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 MethodUninitializeOverridden.  Uninitialize 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