FeedItemConverter Class

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

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.FeedSync.FeedItemConverter

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

Syntax

'Declaration
Public MustInherit Class FeedItemConverter
'Usage
Dim instance As FeedItemConverter
public abstract class FeedItemConverter
public ref class FeedItemConverter abstract
[<AbstractClassAttribute>]
type FeedItemConverter =  class end
public abstract class FeedItemConverter

The FeedItemConverter type exposes the following members.

Constructors

  Name Description
Protected method FeedItemConverter Initializes a new instance of the FeedItemConverter class.

Top

Methods

  Name Description
Public method ConvertItemDataToXmlText When overridden in a derived class, converts items from the provider format to an XML string in the FeedSync format.
Public method ConvertXmlToItemData When 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 method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

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.

Thread Safety

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

See Also

Reference

Microsoft.Synchronization.FeedSync Namespace