Microsoft.Synchronization.FeedSync Namespace
Microsoft Sync Framework provides support for producing and consuming data by using FeedSync. This includes RSS and Atom feeds. Sync Framework also provides services to help custom providers interoperate directly with FeedSync.
Classes
Class | Description | |
---|---|---|
EndpointState | Represents the state of a FeedSync endpoint. This can be loaded from either a provider or a FeedSync feed. | |
FeedBuilder | Builds a FeedSync feed during a synchronization session. | |
FeedClockVector | Represents a clock vector that contains FeedSync information. This class cannot be inherited. | |
FeedClockVectorElement | Represents a clock vector element that contains FeedSync information. This class cannot be inherited. | |
FeedConsumer | Consumes items from a FeedSync feed and imports them to a synchronization provider. | |
FeedIdConverter | When overridden, represents an object that can translate between IDs in the FeedSync format and IDs in the provider format. | |
FeedItemConverter | When overridden, represents an object that can translate items between the FeedSync format and the provider format. | |
FeedItemHistory | Represents the FeedSync item history for an item. | |
FeedItemMetadata | Represents the FeedSync item metadata for an item. | |
FeedMetadata | Contains the metadata for the FeedSync feed. | |
FeedProducer | Produces FeedSync feeds that are based on data from a synchronization provider. | |
FeedSharingInformation | Represents the FeedSync sharing metadata for the feed. | |
FeedSyncServices | Represents services that translate data between the FeedSync XML format to the Sync Framework object format. |
Delegates
Delegate | Description | |
---|---|---|
ItemDataMerger | Represents the method that will handle the merging of data for a merge change to be saved by SaveItemChange. | |
ItemMetadataFilter | Represents the method that will filter items to be included in a change batch. This delegate is used by GetChangeBatch. |
Enumerations
Enumeration | Description | |
---|---|---|
FeedClockVectorElementOptions | Represents additional information about the clock vector element. |