ItemChangeUnitOverride Class

Represents a change unit and an associated clock vector that differs from the scope clock vector of the parent knowledge object. This class cannot be inherited.

System.Object
  Microsoft.Synchronization.Override
    Microsoft.Synchronization.ItemChangeUnitOverride

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public sealed class ItemChangeUnitOverride : Override

The ItemChangeUnitOverride type exposes the following members.

  NameDescription
Public methodItemChangeUnitOverrideInitializes a new instance of the ItemChangeUnitOverride class that contains the specified item ID, change unit ID, and clock vector.
Top

  NameDescription
Public propertyChangeUnitIdGets the change unit ID.
Public propertyClockVectorGets or sets the clock vector that is associated with this override. (Inherited from Override.)
Public propertyItemIdGets the item ID for the item that contains this change unit.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToStringReturns a string that represents this object. (Overrides Object.ToString().)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: