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 | |
---|---|---|
ChangeUnitChange | Initializes a new instance of the ChangeUnitChange class. |
Top
Properties
Name | Description | |
---|---|---|
ChangeUnitId | Gets the change unit ID. | |
ChangeUnitVersion | Gets the version for the change unit change. | |
ParentChange | Gets or sets the item change that contains this change unit change. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Serializes the object data to a SerializationInfo object. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.