ItemRangeOverride Class
Represents an item ID range and an associated clock vector that differs from the scope clock vector of the parent knowledge object. This class cannot be inherited.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The ItemRangeOverride type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ItemRangeOverride | Initializes a new instance of the ItemRangeOverride class that contains the specified item ID range bounds and clock vector. |
| Name | Description | |
|---|---|---|
![]() | ClockVector | Gets or sets the clock vector that is associated with this override. (Inherited from Override.) |
![]() | ClosedLowerBound | Gets the lower bound of the range of item IDs to override. |
![]() | ClosedUpperBound | Gets the upper bound of the range of item IDs to override. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | Returns a string that represents this object. (Overrides Object.ToString.) |
Show:
