FeedIdConverter Class
When overridden, represents an object that can translate between IDs in the FeedSync format and IDs in the provider format.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.FeedSync.FeedIdConverter
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public MustInherit Class FeedIdConverter
'Usage
Dim instance As FeedIdConverter
public abstract class FeedIdConverter
public ref class FeedIdConverter abstract
[<AbstractClassAttribute>]
type FeedIdConverter = class end
public abstract class FeedIdConverter
The FeedIdConverter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FeedIdConverter | Initializes a new instance of the FeedIdConverter class. |
Top
Properties
Name | Description | |
---|---|---|
IdFormats | When overridden in a derived class, gets the format schema for the IDs that can be converted. |
Top
Methods
Name | Description | |
---|---|---|
ConvertItemIdToString | When overridden in a derived class, converts an item ID to the FeedSync format. | |
ConvertReplicaIdToString | When overridden in a derived class, converts a replica ID to the FeedSync format. | |
ConvertStringToItemId | When overridden in a derived class, converts an item ID from the FeedSync format to the provider format. | |
ConvertStringToReplicaId | When overridden in a derived class, converts a replica ID from the FeedSync format to the provider format. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GenerateAnonymousReplicaId | When overridden in a derived class, generates an anonymous replica ID for an item that does not contain a by value. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
Because providers can represent IDs in any format, Sync Framework requires that a user application or provider implement FeedIdConverter to enable IDs to be stored as FeedSync metadata.
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.