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 | |
---|---|---|
SyncIdFormatGroup | Initializes a new instance of the SyncIdFormatGroup class that contains default values. |
Top
Public Properties
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. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CompareTo | Compares the current instance with another SyncIdFormatGroup object. | |
Equals | Overloaded. Overridden. Determines whether two SyncIdFormatGroup instances are the same. | |
GetHashCode | Overridden. Computes a hash code that is suitable for use in hashing algorithms and data structures, such as a hash table. | |
GetType | (Inherited from Object.) | |
op_Equality | Determines whether the two specified SyncIdFormatGroup objects are the same. | |
op_GreaterThan | Determines whether formats1 is greater than formats2. | |
op_Inequality | Determines whether the two specified SyncIdFormatGroup objects are not the same. | |
op_LessThan | Determines whether formats1 is less than formats2. | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Xml.Serialization.IXmlSerializable.GetSchema | Returns a null reference (Nothing in Visual Basic). | |
System.Xml.Serialization.IXmlSerializable.ReadXml | Reconstitutes the object from its XML representation. | |
System.Xml.Serialization.IXmlSerializable.WriteXml | Converts this object into its XML representation. |
Top