DataPlace Distribution (synchronization) client classes for use by DataPlace or a 3rd party application utilizing DataPlace
| C# |
namespace CS.DataPlace.Distribution.Client
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| Credential |
Represents a Username/Password basic credential
| |
| CredentialEventArgs |
EventArgs for a Credential request event
| |
| CredentialHandler |
Provides a standard implementation to WinForm applications to handle credential requests from Synchronization Client
and use the Windows API to prompt for credentials and/or save them
| |
| CredentialTargetType |
Indicates the type or purpose of a credential request
| |
| MultiSyncMonitor |
Control to monitor the progress of multiple syncClients
| |
| Settings |
Represents a set of string constants utilizeds as keys in a local databases's __Settings table
| |
| SynchronizationClient |
Class provides core functionallity to synchronize data with DataPlace.
Often utilized with CS.DataPlace.Distribution.Client.SyncStatusDialog (WinForm)
or CS.DataPlace.Distribution.Client.Wpf.SyncStatusDialog to provide a user interface to monitor and control the synchronization
| |
| SynchronizationClientCollection |
Represents a collection of SynchronizationClients
| |
| SynchronizationProgressEventArgs |
Describes the overall progress of a synchronization.
Each phase is comprised of multiple steps with multiple status messages.
| |
| SyncOptionsDialog |
Form that allows the user to view and modify synchronization settings.
Dialog for managing the synchronization options for a synchronization client
| |
| SyncStatusDialog | ||
| SyncStatusSummary |
Control to monitor the progress of a single syncmanager
|