ItemOverride Class

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

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Override
    Microsoft.Synchronization.ItemOverride

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

Syntax

'Declaration
Public NotInheritable Class ItemOverride _
    Inherits Override
'Usage
Dim instance As ItemOverride
public sealed class ItemOverride : Override
public ref class ItemOverride sealed : public Override
[<SealedAttribute>]
type ItemOverride =  
    class
        inherit Override
    end
public final class ItemOverride extends Override

The ItemOverride type exposes the following members.

Constructors

  Name Description
Public method ItemOverride Initializes a new instance of the ItemOverride class that contains the specified item ID and clock vector.

Top

Properties

  Name Description
Public property ClockVector Gets or sets the clock vector that is associated with this override. (Inherited from Override.)
Public property ItemId Gets the item ID.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a string that represents this object. (Overrides Object.ToString().)

Top

Thread Safety

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

See Also

Reference

Microsoft.Synchronization Namespace