FeedItemConverter Class

When overridden, represents an object that can translate items between the FeedSync format and the provider format.

System.Object
  Microsoft.Synchronization.FeedSync.FeedItemConverter

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

'Declaration
Public MustInherit Class FeedItemConverter
'Usage
Dim instance As FeedItemConverter

The FeedItemConverter type exposes the following members.

  NameDescription
Protected methodFeedItemConverterInitializes a new instance of the FeedItemConverter class.
Top

  NameDescription
Public methodConvertItemDataToXmlTextWhen overridden in a derived class, converts items from the provider format to an XML string in the FeedSync format.
Public methodConvertXmlToItemDataWhen overridden in a derived class, converts items from an XML string that contains the item data in the FeedSync format to the provider 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

Because item data can be represented in any format, Sync Framework requires that a user application or provider implement FeedItemConverter to enable item data to be stored in the FeedSync feed.

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: