ChangeUnitChange Class

Represents a change to a change unit that is contained in an item. This class cannot be inherited.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.ChangeUnitChange

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

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class ChangeUnitChange _
    Implements ISerializable
'Usage
Dim instance As ChangeUnitChange
[SerializableAttribute]
public sealed class ChangeUnitChange : ISerializable
[SerializableAttribute]
public ref class ChangeUnitChange sealed : ISerializable
[<SealedAttribute>]
[<SerializableAttribute>]
type ChangeUnitChange =  
    class
        interface ISerializable
    end
public final class ChangeUnitChange implements ISerializable

The ChangeUnitChange type exposes the following members.

Constructors

  Name Description
Public method ChangeUnitChange Initializes a new instance of the ChangeUnitChange class.

Top

Properties

  Name Description
Public property ChangeUnitId Gets the change unit ID.
Public property ChangeUnitVersion Gets the version for the change unit change.
Public property ParentChange Gets or sets the item change that contains this change unit change.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Serializes the object data to a SerializationInfo object.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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