ChangeDataAdapter Class

An abstract class that, when overridden in a derived class, converts data between a managed provider and an unmanaged provider.

System.Object
  Microsoft.Synchronization.ChangeDataAdapter

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

public abstract class ChangeDataAdapter

The ChangeDataAdapter type exposes the following members.

  NameDescription
Protected methodChangeDataAdapterInitializes a new instance of the ChangeDataAdapter class.
Top

  NameDescription
Public methodConvertManagedToUnmanagedDataWhen overridden in a derived class, converts managed data to an unmanaged format.
Public methodConvertUnmanagedToManagedDataWhen overridden in a derived class, converts unmanaged data to a managed format.
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.)
Top

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: