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 | |
---|---|---|
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. |
Top
Public Methods
(see also Protected Methods )
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 | Overloaded. Overridden. Determines whether two SyncIdFormat 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 SyncIdFormat objects are the same. | |
op_GreaterThan | Determines whether format1 is greater than format2. | |
op_Inequality | Determines whether the two specified SyncIdFormat objects are not the same. | |
op_LessThan | Determines whether format1 is less than format2. | |
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