SyncDataConverter Class
When implemented, converts data between two providers that synchronize the same type of data, such as contacts information, but transfer that data in a different format.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The SyncDataConverter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ConvertDataFromProviderFormat | When overridden in a derived class, converts data from a provider’s transfer format to the required output format. The output format can be another provider's transfer format or an intermediate format that is used by a synchronization community. |
![]() | ConvertDataToProviderFormat | When overridden in a derived class, converts data from an external format to a provider’s transfer format. The external format can be another provider's transfer format or an intermediate format that is used by a synchronization community. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | TryConvertDataRetrieverFromProviderFormat | When overridden in a derived class, converts the data retriever from the associated provider’s format to the required data retriever format. |
![]() | TryConvertDataRetrieverToProviderFormat | When overridden in a derived class, converts the data retriever from an external format to the associated provider’s data retriever format. |
For more information about data conversion, see Converting Data Between Providers.
Show:
