Share via


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
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

Fields

  Name Description
Public field authoritativeValue Specifies the authoritative value of the conflicting field in the external system.
Public field currentValue Specifies the current value of the conflicting field in the cache.
Public field fieldFullName Specifies the fully qualified name of the conflicting field.
Public field fieldName Specifies the name of the conflicting field.

Top

See Also

Reference

ConflictData Structure

Microsoft.BusinessData.Offlining Namespace