LoggedConflict Members
Represents metadata and data for a conflict that can be logged.
The following tables list the members exposed by the LoggedConflict type.
Public Constructors
Name | Description | |
---|---|---|
LoggedConflict | Overloaded. Initializes a new instance of the LoggedConflict class. |
Top
Public Properties
Name | Description | |
---|---|---|
ChangeData | Gets an object that either contains or can be used to retrieve item data. | |
ChangeKind | Gets the type of change that caused the conflict. | |
ChangeVersion | Gets the version that is associated with the change that caused the conflict. | |
ConflictingChangeUnits | Gets the change unit IDs of change units in the destination replica that conflict with change units in this item. | |
ConflictingItemId | Gets the item ID of the item in the destination replica that conflicts with this item, when this conflict is a constraint conflict. | |
ConflictKnowledge | Gets the knowledge to be learned if this change is applied. | |
ConflictReason | Gets the reason the conflict occurred, when this conflict is a constraint conflict. | |
CreationVersion | Gets the creation version of the source item. | |
IsConstraint | Gets a value that indicates whether this conflict is a constraint conflict. | |
IsMergeTombstone | Gets a value that indicates whether the change that caused this conflict is a merge tombstone. | |
IsTemporary | Gets a value that indicates whether this conflict is temporary. | |
ItemId | Gets the ID of the source item that caused the conflict. | |
MergeTombstoneWinnerId | Gets the item ID that is used to identify the merged item in the synchronization community, when this conflict is on a merge tombstone. | |
ReplicaId | Gets the ID of the replica that originated the change that caused the conflict. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top