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.5.27248.0
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 ICollection<T>.
(Inherited from ICollection<ChangedItem>.)
Public propertyIsReadOnly
Gets a value indicating whether the ICollection<T> is read-only.
(Inherited from ICollection<ChangedItem>.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from IList<ChangedItem>.)
Public propertyNewSyncToken
The synchronization token provided by the server.
Top
Methods
  NameDescription
Public methodAdd
Adds an item to the ICollection<T>.
(Inherited from ICollection<ChangedItem>.)
Public methodClear
Removes all items from the ICollection<T>.
(Inherited from ICollection<ChangedItem>.)
Public methodContains
Determines whether the ICollection<T> contains a specific value.
(Inherited from ICollection<ChangedItem>.)
Public methodCopyTo
Copies the elements of the ICollection<T> to an Array, starting at a particular Array index.
(Inherited from ICollection<ChangedItem>.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<ChangedItem>.)
Public methodIndexOf
Determines the index of a specific item in the IList<T>.
(Inherited from IList<ChangedItem>.)
Public methodInsert
Inserts an item to the IList<T> at the specified index.
(Inherited from IList<ChangedItem>.)
Public methodRemove
Removes the first occurrence of a specific object from the ICollection<T>.
(Inherited from ICollection<ChangedItem>.)
Public methodRemoveAt
Removes the IList<T> item at the specified index.
(Inherited from IList<ChangedItem>.)
Top
See Also