SyncIdFormatGroup Members

Represents the format schema for the group of IDs that are used to identify entities in a synchronization session. This class cannot be inherited.

The following tables list the members exposed by the SyncIdFormatGroup type.

Public Constructors

  Name Description
Public method SyncIdFormatGroup Initializes a new instance of the SyncIdFormatGroup class that contains default values.

Top

Public Properties

  Name Description
Public property ChangeUnitIdFormat Gets the ID format for change unit IDs.
Public property ItemIdFormat Gets the ID format for item IDs.
Public property ReplicaIdFormat Gets the ID format for replica IDs.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Clone Clones the ID format schema and returns a new object that is in the same state as the current one.
Public method CompareTo Compares the current instance with another SyncIdFormatGroup object.
Public method Equals Overloaded. Overridden. Determines whether two SyncIdFormatGroup instances are the same.
Public method GetHashCode Overridden. Computes a hash code that is suitable for use in hashing algorithms and data structures, such as a hash table.
Public method GetType  (Inherited from Object.)
Public method Bb902978.static(en-us,SQL.105).gif op_Equality Determines whether the two specified SyncIdFormatGroup objects are the same.
Public method Bb902978.static(en-us,SQL.105).gif op_GreaterThan Determines whether formats1 is greater than formats2.
Public method Bb902978.static(en-us,SQL.105).gif op_Inequality Determines whether the two specified SyncIdFormatGroup objects are not the same.
Public method Bb902978.static(en-us,SQL.105).gif op_LessThan Determines whether formats1 is less than formats2.
Public method Bb902978.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

Explicit Interface Implementations

  Name Description
Explicit interface implementation Method System.Xml.Serialization.IXmlSerializable.GetSchema Returns a null reference (Nothing in Visual Basic).
Explicit interface implementation Method System.Xml.Serialization.IXmlSerializable.ReadXml Reconstitutes the object from its XML representation.
Explicit interface implementation Method System.Xml.Serialization.IXmlSerializable.WriteXml Converts this object into its XML representation.

Top

See Also

Reference

SyncIdFormatGroup Class
Microsoft.Synchronization Namespace