FeedIdConverter Members
When overridden, represents an object that can translate between IDs in the FeedSync format and IDs in the provider format.
The following tables list the members exposed by the FeedIdConverter type.
Protected Constructors
Name | Description | |
---|---|---|
![]() |
FeedIdConverter | Initializes a new instance of the FeedIdConverter class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
IdFormats | When overridden in a derived class, gets the format schema for the IDs that can be converted. |
Top
Public Methods
(see also Protected 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 | Overloaded. (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.) |
![]() ![]() |
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
FeedIdConverter Class
Microsoft.Synchronization.FeedSync Namespace