SyncWithModelTask Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.Synchronization
The SyncWithModelTask type exposes the following members.
Name | Description | |
---|---|---|
SyncWithModelTask |
Initializes a new instance of the SyncTaskBase class.
|
Name | Description | |
---|---|---|
CallbacksSet |
Gets the callbacks set.
(Inherited from SyncTaskBase.) | |
CurrentProject |
Gets or sets the current project.
(Inherited from SyncTaskBase.) | |
InvolvedElementsDescription |
Gets the involved elements description. Include an Environment.NewLine to show elements on a new line. For UI binding purposes.
(Overrides SyncTaskBaseInvolvedElementsDescription.) | |
Preferences |
Gets or sets the preferences currently being active.
(Inherited from SyncTaskBase.) | |
SourceDescription |
Gets the source description of where the task will obtain the data to sync with from.
(Overrides SyncTaskBaseSourceDescription.) | |
TaskResultDescription |
Gets the task result description.
(Overrides SyncTaskBaseTaskResultDescription.) | |
TypeDescription |
Gets the type description of the task for UI binding purposes.
(Overrides SyncTaskBaseTypeDescription.) |
Name | Description | |
---|---|---|
CollectDataToProcess |
Collects the data to process in the work methods. This is done once so the data isn't collected over and over for each method. The task has to
gather all data as much as possible up front.
(Overrides SyncTaskBaseCollectDataToProcess.) | |
CollectWork |
Collects the work to be performed in the form of lambdas. The lambdas can return either a lognode with results of the work done or null if they
didn't do any work e.g. due to settings being disabled.
(Overrides SyncTaskBaseCollectWork.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAllMappingsWithTablesInSchemasWithSyncSource |
Gets all mappings with tables in schemas with their sync source set to a value in toFilterOn. The mappings are for all relational model data stores.
(Inherited from SyncTaskBase.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PerformSync |
Performs the work of this sync task class.
(Inherited from SyncTaskBase.) | |
SetCallbacks |
Sets the callbacks to use for the operations to perform by this task.
(Inherited from SyncTaskBase.) | |
ToString |
Returns a string that represents the current object.
(Inherited from SyncTaskBase.) |