SyncVersion Members
Represents a version for an item or a change unit.
The following tables list the members exposed by the SyncVersion type.
Public Constructors
(see also Protected Constructors )
Name | Description | |
---|---|---|
SyncVersion | Overloaded. Initializes a new instance of the SyncVersion class. |
Top
Protected Constructors
Name | Description | |
---|---|---|
SyncVersion | Overloaded. Initializes a new instance of the SyncVersion class. |
Top
Public Properties
Name | Description | |
---|---|---|
ReplicaKey | Gets the replica key that is associated with the version. | |
TickCount | Gets the tick count that is associated with the version. | |
UnknownVersion | Returns a SyncVersion object that contains the replica key and tick count set to 0. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Serializes the version object data to a SerializationInfo object. | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | Overridden. Returns a string that represents the version. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top