FeedIdConverter Class
When overridden, represents an object that can translate between IDs in the FeedSync format and IDs in the provider format.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The FeedIdConverter type exposes the following members.
| 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.) |
Show:
