Click or drag to resize

IChanges Interface

IT Hit WebDAV Classes Reference
Represents list of changes.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public interface IChanges : IList<IChangedItem>, 
	ICollection<IChangedItem>, IEnumerable<IChangedItem>, IEnumerable

The IChanges type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollectionT.
(Inherited from ICollectionIChangedItem.)
Public propertyIsReadOnly
Gets a value indicating whether the ICollectionT is read-only.
(Inherited from ICollectionIChangedItem.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from IListIChangedItem.)
Public propertyMoreResults
Indicates that results is truncated.
Public propertyNewSyncToken
The synchronization token provided by the server.
Top
Methods
  NameDescription
Public methodAdd
Adds an item to the ICollectionT.
(Inherited from ICollectionIChangedItem.)
Public methodClear
Removes all items from the ICollectionT.
(Inherited from ICollectionIChangedItem.)
Public methodContains
Determines whether the ICollectionT contains a specific value.
(Inherited from ICollectionIChangedItem.)
Public methodCopyTo
Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
(Inherited from ICollectionIChangedItem.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIChangedItem.)
Public methodIndexOf
Determines the index of a specific item in the IListT.
(Inherited from IListIChangedItem.)
Public methodInsert
Inserts an item to the IListT at the specified index.
(Inherited from IListIChangedItem.)
Public methodRemove
Removes the first occurrence of a specific object from the ICollectionT.
(Inherited from ICollectionIChangedItem.)
Public methodRemoveAt
Removes the IListT item at the specified index.
(Inherited from IListIChangedItem.)
Top
See Also