MemoryConflictLog Members
Represents a conflict log that exists in memory.
The following tables list the members exposed by the MemoryConflictLog type.
Public Constructors
Name | Description | |
---|---|---|
MemoryConflictLog | Overloaded. Initializes a new instance of the MemoryConflictLog class. |
Top
Public Properties
Name | Description | |
---|---|---|
InMemoryConflictLogKnowledge | Gets a knowledge object that contains a union of all the conflict knowledge objects that are contained in the conflict log. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
DeleteConflicts | Removes the specified conflicts from the log. | |
Equals | Overloaded. (Inherited from Object.) | |
GetAllConflicts | Gets a list that contains all of the conflicts in the log. | |
GetConflictsByConflictingItemId | Gets a list that contains either all of the conflicts in the log, or only the conflicts that conflict with at least one of the items in the specified list of requested items. | |
GetHashCode | (Inherited from Object.) | |
GetItemConflicts | Gets a list that contains either all of the conflicts in the log, or only the conflicts that are identified by the specified list of requested items. | |
GetType | (Inherited from Object.) | |
Persist | Writes the contents of the conflict log to the conflict log writer specified in the constructor. | |
ReferenceEquals | (Inherited from Object.) | |
SaveConflict | Saves information about a change that caused a concurrency conflict. | |
SaveConstraintConflict | Saves information about a change that caused a constraint conflict. | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top