Udostępnij za pośrednictwem


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
Protected method FeedIdConverter Initializes a new instance of the FeedIdConverter class.

Top

Public Properties

  Name Description
Public property 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
Public method ConvertItemIdToString When overridden in a derived class, converts an item ID to the FeedSync format.
Public method ConvertReplicaIdToString When overridden in a derived class, converts a replica ID to the FeedSync format.
Public method ConvertStringToItemId When overridden in a derived class, converts an item ID from the FeedSync format to the provider format.
Public method ConvertStringToReplicaId When overridden in a derived class, converts a replica ID from the FeedSync format to the provider format.
Public method Equals  Overloaded. (Inherited from Object.)
Public method GenerateAnonymousReplicaId When overridden in a derived class, generates an anonymous replica ID for an item that does not contain a by value.
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Cc305315.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

FeedIdConverter Class
Microsoft.Synchronization.FeedSync Namespace