Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents a collection of ObjectChangeConflict objects.
The ChangeConflictCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Returns the total number of discrepancies in the collection. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Not implemented. |
![]() |
Clear | Deletes all members of the collection. |
![]() |
Contains | Determines whether the specified object is in the collection. |
![]() |
CopyTo | Copies the members of the collection into the specified array beginning at the specified zero-based index of the target array. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Returns an enumerator that can be used to iterate through the collection. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove | Removes the first instance of the specified conflict object from the collection. |
![]() |
ResolveAll() | Resolves all the concurrency conflicts in the collection. |
![]() |
ResolveAll(RefreshMode) | Resolves all the concurrency conflicts in the collection using the specified refresh mode. |
![]() |
ResolveAll(RefreshMode, Boolean) | Resolves all the concurrency conflicts in the collection using the specified refresh mode and the specified resolution of deleted items. |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ICollection.CopyTo | Copies the members of the collection into the specified array beginning at the specified zero-based index of the target array. |
![]() ![]() |
IEnumerable.GetEnumerator | This implementation simply calls GetEnumerator(). |
![]() ![]() |
ICollection<ObjectChangeConflict>.IsReadOnly | Not implemented. |
![]() ![]() |
ICollection.IsSynchronized | Not implemented. |
![]() ![]() |
ICollection.SyncRoot | Not implemented. |
Top