SaveChangeWithChangeUnitsContext Class

Represents information about a change to be saved to the item store when the change contains change units.

System.Object
  Microsoft.Synchronization.SaveChangeWithChangeUnitsContext

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

'Declaration
Public Class SaveChangeWithChangeUnitsContext
'Usage
Dim instance As SaveChangeWithChangeUnitsContext

The SaveChangeWithChangeUnitsContext type exposes the following members.

  NameDescription
Public propertyChangeDataGets the item data from the source provider.
Public propertyConflictingItemIdGets the item ID of the item in the destination replica that conflicts with the item to be applied when the change to be applied is the resolution of a constraint conflict.
Public propertyDestinationVersionSuppliedForChangeGets an ItemChange object that contains the original version that the destination provider supplied to the change applier.
Public propertyWinnerChangeGets the metadata of the item to be applied when the change to be applied is the resolution of a constraint conflict.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetActionForChangeUnitGets the action to use when the specified change unit change is being saved.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetUpdatedDestinationKnowledgeGets updated knowledge and forgotten knowledge objects that represent the state of the destination knowledge after this change unit change is applied.
Public methodGetUpdatedFilterForgottenKnowledgeGets the updated filter forgotten knowledge for the specified filter.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRecordConstraintConflictForChangeUnitReports that a constraint conflict occurred when the destination provider tried to apply the change to the destination replica, for a change that contains change units.
Public methodRecordConstraintConflictForItem(ConstraintConflictReason)Reports that a constraint conflict occurred when the destination provider tried to apply the change to the destination replica.
Public methodRecordConstraintConflictForItem(SyncId, ConstraintConflictReason)Reports that a constraint conflict occurred when the destination provider tried to apply the change to the destination replica, and specifies the item ID of the destination item that is in conflict.
Public methodRecordRecoverableErrorForChangeUnitIndicates that a recoverable error occurred when data for this change unit was saved to the item store.
Public methodRecordRecoverableErrorForItemIndicates that a recoverable error occurred when data for this item was saved to the item store.
Public methodToString (Inherited from Object.)
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: