Click or drag to resize

IChanges Interface

IT Hit User File System
Represents collection changes.

Namespace:  ITHit.FileSystem.Synchronization
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26791.0-Beta2
Syntax
public interface IChanges : IList<ChangedItem>, 
	ICollection<ChangedItem>, IEnumerable<ChangedItem>, IEnumerable

The IChanges type exposes the following members.

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