ChangeConflictCollection members

Represents a collection of ObjectChangeConflict objects.

The ChangeConflictCollection type exposes the following members.

Properties

  Name Description
Public property Count Returns the total number of discrepancies in the collection.

Top

Methods

  Name Description
Public method Add Not implemented.
Public method Clear Deletes all members of the collection.
Public method Contains Determines whether the specified object is in the collection.
Public method CopyTo Copies the members of the collection into the specified array beginning at the specified zero-based index of the target array.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that can be used to iterate through the collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes the first instance of the specified conflict object from the collection.
Public method ResolveAll() Resolves all the concurrency conflicts in the collection.
Public method ResolveAll(RefreshMode) Resolves all the concurrency conflicts in the collection using the specified refresh mode.
Public method ResolveAll(RefreshMode, Boolean) Resolves all the concurrency conflicts in the collection using the specified refresh mode and the specified resolution of deleted items.
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo Copies the members of the collection into the specified array beginning at the specified zero-based index of the target array.
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator This implementation simply calls GetEnumerator().
Explicit interface implemetationPrivate property ICollection<ObjectChangeConflict>.IsReadOnly Not implemented.
Explicit interface implemetationPrivate property ICollection.IsSynchronized Not implemented.
Explicit interface implemetationPrivate property ICollection.SyncRoot Not implemented.

Top

See also

Reference

ChangeConflictCollection class

Microsoft.SharePoint.Linq namespace