SyncId Members
Represents an identifier for an item, change unit, or replica.
The following tables list the members exposed by the SyncId type.
Public Constructors
(see also Protected Constructors )
Name | Description | |
---|---|---|
SyncId | Overloaded. Initializes a new instance of the SyncId class. |
Top
Protected Constructors
Name | Description | |
---|---|---|
SyncId | Overloaded. Initializes a new instance of the SyncId class. |
Top
Public Properties
Name | Description | |
---|---|---|
IsVariableLength | Gets a value that indicates whether the ID is variable length. | |
RawId | Gets the raw ID data in a byte array. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CompareTo | Compares this object with another SyncId object. | |
Equals | Overloaded. Overridden. Determines whether two SyncId objects are equal. | |
GetByteId | Gets a 1-byte sync ID. | |
GetGuidId | Gets a GUID sync ID. | |
GetHashCode | Overridden. Computes a hash code suitable for use in hashing algorithms and data structures, such as a hash table. | |
GetObjectData | Serializes the object data to the specified SerializationInfo object. | |
GetStringId | Gets a string sync ID. | |
GetSyncGlobalId | Gets a SyncGlobalId sync ID. | |
GetType | (Inherited from Object.) | |
op_Equality | Determines whether the two specified SyncId objects are equal. | |
op_GreaterThan | Determines whether idX is greater than idY. | |
op_Inequality | Determines whether the two specified SyncId objects are not equal. | |
op_LessThan | Determines whether idX is less than idY. | |
ReferenceEquals | (Inherited from Object.) | |
ToString | Overridden. Returns a string that represents the sync ID. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top