SyncIdFormatGroup Class
Represents the format schema for the group of IDs that are used to identify entities in a synchronization session. This class cannot be inherited.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The SyncIdFormatGroup type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SyncIdFormatGroup | Initializes a new instance of the SyncIdFormatGroup class that contains default values. |
| Name | Description | |
|---|---|---|
![]() | ChangeUnitIdFormat | Gets the ID format for change unit IDs. |
![]() | ItemIdFormat | Gets the ID format for item IDs. |
![]() | ReplicaIdFormat | Gets the ID format for replica IDs. |
| Name | Description | |
|---|---|---|
![]() | Clone | Clones the ID format schema and returns a new object that is in the same state as the current one. |
![]() | CompareTo | Compares the current instance with another SyncIdFormatGroup object. |
![]() | Equals(Object) | Determines whether the specified SyncIdFormatGroup object is the same as the current object. (Overrides Object.Equals(Object).) |
![]() | Equals(SyncIdFormatGroup) | Determines whether the specified SyncIdFormatGroup 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 SyncIdFormatGroup objects are the same. |
![]() ![]() | GreaterThan | Determines whether formats1 is greater than formats2. |
![]() ![]() | Inequality | Determines whether the two specified SyncIdFormatGroup objects are not the same. |
![]() ![]() | LessThan | Determines whether formats1 is less than formats2. |
| 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 SyncIdFormatGroup object to the IXmlSerializable interface by using the casting operator or the as keyword.
Show:
