Click or drag to resize
SyncWithDatabaseTask Properties

The SyncWithDatabaseTask type exposes the following members.

Properties
  NameDescription
Protected propertyCallbacksSet
Gets the callbacks set.
(Inherited from SyncTaskBase.)
Public propertyCurrentProject
Gets or sets the current project.
(Inherited from SyncTaskBase.)
Public propertyDriverID
Gets the driver identifier.
Public propertyDriverToUse
Sets the driver to use. This is the driver used in the wizard.
Public propertyInvolvedElementsDescription
Gets the involved elements description. Include an Environment.NewLine to show elements on a new line. For UI binding purposes.
(Overrides SyncTaskBaseInvolvedElementsDescription.)
Public propertyPreferences
Gets or sets the preferences currently being active.
(Inherited from SyncTaskBase.)
Public propertySelectedElementsToRetrieveByUser
Gets/sets the selected elements to retrieve from the user. Creates a copy when read, and written. This is the set of elements to retrieve the meta data for from the DB. It's initially empty, set it with the elements selected by the user based on the set obtained from SelectedElementsToRetrieveFromProject
Public propertySelectedElementsToRetrieveFromProject
Gets the elements to retrieve from the project. Creates a copy when read. This is the raw list as obtained from the project, and is to be used to allow the user to make a selection start. This set isn't the set used to obtain meta-data, but a starting point to create that list. The elements to obtain meta data for from the database are stored in SelectedElementsToRetrieveByUser
Public propertySourceDescription
Gets the source description of where the task will obtain the data to sync with from.
(Overrides SyncTaskBaseSourceDescription.)
Protected propertyTaskResultDescription
Gets the task result description.
(Overrides SyncTaskBaseTaskResultDescription.)
Public propertyTypeDescription
Gets the type description of the task for UI binding purposes.
(Overrides SyncTaskBaseTypeDescription.)
Top
See Also