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.

System.Object
  Microsoft.Synchronization.SyncDataConverter

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

'Declaration
Public Class SyncDataConverter
'Usage
Dim instance As SyncDataConverter

The SyncDataConverter type exposes the following members.

  NameDescription
Public methodSyncDataConverterInitializes a new instance of the SyncDataConverter class.
Top

  NameDescription
Public methodConvertDataFromProviderFormatWhen 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.
Public methodConvertDataToProviderFormatWhen 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.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodTryConvertDataRetrieverFromProviderFormatWhen overridden in a derived class, converts the data retriever from the associated provider’s format to the required data retriever format.
Public methodTryConvertDataRetrieverToProviderFormatWhen overridden in a derived class, converts the data retriever from an external format to the associated provider’s data retriever format.
Top

For more information about data conversion, see Converting Data Between Providers.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: