SyncIdFormat Class
Represents the format of a synchronization entity ID. This class cannot be inherited.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The SyncIdFormat type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Infinity | Gets an infinite value for an ID. |
![]() | IsVariableLength | Gets or sets a value that indicates whether the ID is variable length. |
![]() | Length | Gets or sets the maximum length of a variable-length ID, or the actual length of a fixed-length ID. |
![]() | Zero | Gets a 0 value for an ID. |
| Name | Description | |
|---|---|---|
![]() | Clone | Clones the ID format and returns a new object that is in the same state as the current one. |
![]() | CompareTo | Compares the current object with another SyncIdFormat object. |
![]() | Equals(Object) | Determines whether the specified SyncIdFormat object is the same as the current object. (Overrides Object.Equals(Object).) |
![]() | Equals(SyncIdFormat) | Determines whether the specified SyncIdFormat object is the same as the current object. |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | Computes a hash code that is suitable for use in hashing algorithms and data structures, such as a hash table. (Overrides Object.GetHashCode().) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality | Determines whether the two specified SyncIdFormat objects are the same. |
![]() ![]() | GreaterThan | Determines whether format1 is greater than format2. |
![]() ![]() | Inequality | Determines whether the two specified SyncIdFormat objects are not the same. |
![]() ![]() | LessThan | Determines whether format1 is less than format2. |
| Name | Description | |
|---|---|---|
![]() ![]() | IXmlSerializable.GetSchema | Returns a null. |
![]() ![]() | IXmlSerializable.ReadXml | Reconstitutes the object from its XML representation. |
![]() ![]() | IXmlSerializable.WriteXml | Converts this object into its XML representation. |
The members of IXmlSerializable are implemented explicitly. Code that accesses them must first cast the SyncIdFormat object to the IXmlSerializable interface by using the casting operator or the as keyword.
Show:
