SyncDataConverter Members

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.

The following tables list the members exposed by the SyncDataConverter type.

Public Constructors

  Name Description
Public method SyncDataConverter Initializes a new instance of the SyncDataConverter class.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method 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.
Public method 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.
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Dd918700.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)
Public method TryConvertDataRetrieverFromProviderFormat When overridden in a derived class, converts the data retriever from the associated provider’s format to the required data retriever format.
Public method TryConvertDataRetrieverToProviderFormat When overridden in a derived class, converts the data retriever from an external format to the associated provider’s data retriever format.

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

SyncDataConverter Class
Microsoft.Synchronization Namespace