ObjectChangeConflict members

Specifies information about discrepancies between the current client value of one or more fields in a list item and the current database values of the fields.

The ObjectChangeConflict type exposes the following members.

Properties

  Name Description
Public property IsDeleted Gets a value that indicates whether the list item had been deleted from the database before the SubmitChanges(ConflictMode) method was called.
Public property IsResolved Gets a value indicating whether the discrepancies have been resolved.
Public property MemberConflicts Gets a collection of objects that represent the discrepancies between the current values of the list item’s fields and the values they have in the database.
Public property Object Gets the list item (as an Object) for which there is one or more discrepancies.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Resolve() Resolves the discrepancies by assigning each field and property, for which there is a discrepancy, a value that is persisted to the database on the next call of SubmitChanges.
Public method Resolve(RefreshMode) Resolves the discrepancies by assigning each field and property, for which there is a discrepancy, a value that is persisted to the database on the next call of SubmitChanges.
Public method Resolve(RefreshMode, Boolean) Resolves the discrepancies by assigning each field and property, for which there is a discrepancy, a value that is persisted to the database on the next call of SubmitChanges.
Public method ToString (Inherited from Object.)

Top

See also

Reference

ObjectChangeConflict class

Microsoft.SharePoint.Linq namespace