Share via


SyncIdFormat Members

Represents the format of a synchronization entity ID. This class cannot be inherited.

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

Public Properties

  Name Description
Public property Infinity Gets an infinite value for an ID.
Public property IsVariableLength Gets or sets a value that indicates whether the ID is variable length.
Public property Length Gets or sets the maximum length of a variable-length ID, or the actual length of a fixed-length ID.
Public property Zero Gets a 0 value for an ID.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method CompareTo Compares the current object with another SyncIdFormat object.
Public method Equals Overloaded. Overridden. Determines whether two SyncIdFormat 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 Static op_Equality Determines whether the two specified SyncIdFormat objects are the same.
Public method Static op_GreaterThan Determines whether format1 is greater than format2.
Public method Static op_Inequality Determines whether the two specified SyncIdFormat objects are not the same.
Public method Static op_LessThan Determines whether format1 is less than format2.
Public method Static 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

SyncIdFormat Class
Microsoft.Synchronization Namespace