FeedItemConverter Members
When overridden, represents an object that can translate items between the FeedSync format and the provider format.
The following tables list the members exposed by the FeedItemConverter type.
Protected Constructors
Name | Description | |
---|---|---|
FeedItemConverter | Initializes a new instance of the FeedItemConverter class. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
ConvertItemDataToXmlText | When overridden in a derived class, converts items from the provider format to an XML string in the FeedSync format. | |
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. | |
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
FeedItemConverter Class
Microsoft.Synchronization.FeedSync Namespace