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 | |
---|---|---|
SyncDataConverter | Initializes a new instance of the SyncDataConverter class. |
Top
Public Methods
(see also Protected Methods )
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 | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (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. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top