ObjectChangeConflict Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
IsDeleted | Gets a value that indicates whether the list item had been deleted from the database before the SubmitChanges(ConflictMode) method was called. | |
IsResolved | Gets a value indicating whether the discrepancies have been resolved. | |
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. | |
Object | Gets the list item (as an Object) for which there is one or more discrepancies. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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. | |
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. | |
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. | |
ToString | (Inherited from Object.) |
Top