SaveChangeWithChangeUnitsContext Class
Represents information about a change to be saved to the item store when the change contains change units.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The SaveChangeWithChangeUnitsContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ChangeData | Gets the item data from the source provider. |
![]() | ConflictingItemId | Gets 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. |
![]() | DestinationVersionSuppliedForChange | Gets an ItemChange object that contains the original version that the destination provider supplied to the change applier. |
![]() | WinnerChange | Gets the metadata of the item to be applied when the change to be applied is the resolution of a constraint conflict. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetActionForChangeUnit | Gets the action to use when the specified change unit change is being saved. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetUpdatedDestinationKnowledge | Gets updated knowledge and forgotten knowledge objects that represent the state of the destination knowledge after this change unit change is applied. |
![]() | GetUpdatedFilterForgottenKnowledge | Gets the updated filter forgotten knowledge for the specified filter. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RecordConstraintConflictForChangeUnit | Reports 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. |
![]() | RecordConstraintConflictForItem(ConstraintConflictReason) | Reports that a constraint conflict occurred when the destination provider tried to apply the change to the destination replica. |
![]() | RecordConstraintConflictForItem(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. |
![]() | RecordRecoverableErrorForChangeUnit | Indicates that a recoverable error occurred when data for this change unit was saved to the item store. |
![]() | RecordRecoverableErrorForItem | Indicates that a recoverable error occurred when data for this item was saved to the item store. |
![]() | ToString | (Inherited from Object.) |
Show:
