MemberChangeConflict Members

Include Protected Members
Include Inherited Members

Specifies information about a discrepancy between the value of a field (or list item metadata property) in the database and its value in the current process on the front-end Web server - its client value.

The MemberChangeConflict type exposes the following members.

Properties

  Name Description
Public property CurrentValue Gets the value of the field in the current process, the client value.
Public property DatabaseValue Gets the value of the field in the content database.
Public property IsModified Gets a value that indicates whether the current process on the front-end Web server has changed field value since it was last retrieved from the database.
Public property IsResolved Gets a value indicating whether the discrepancy has been resolved.
Public property Member Gets metadata information about the property of the list item object that represents the field for which there is a discrepancy.
Public property OriginalValue Gets the value of the field as it was when it was last retrieved from the database by the current process.

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(Object) Resolves the discrepancy by setting client value (that is, the value in the current process on the front-end Web server) of the field (or property) to the specified object.
Public method Resolve(RefreshMode) Resolves the discrepancy using the specified refresh mode.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

MemberChangeConflict Class

Microsoft.SharePoint.Linq Namespace