ConflictData Members
Include Protected Members
Include Inherited Members
A struct that represents the conflict between the local value and the external system value. Conflict is caused by the external item changing in the external system before the change done locally is propagated.
The ConflictData type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
authoritativeValue | Specifies the authoritative value of the conflicting field in the external system. | |
currentValue | Specifies the current value of the conflicting field in the cache. | |
fieldFullName | Specifies the fully qualified name of the conflicting field. | |
fieldName | Specifies the name of the conflicting field. |
Top