Click or drag to resize

ISynchronizableList Interface

Interface for list of synchronizable data

Namespace:  EBP.Framework.Common.Interfaces.Synchronization
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public interface ISynchronizableList : ISharedEnumerable<ISynchronizable>, 
	IEnumerable<ISynchronizable>, IEnumerable

The ISynchronizableList type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of items
Public propertyItem
Get an item
Top
Methods
  NameDescription
Public methodAdd
Create a new synchronizable data into this list
Public methodFindByIdUnique
Find a synchronizable data into this list using its unique id
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from ISharedEnumerableT.)
Public methodRemove
Remove an item in the list
Public methodRemoveAt
Remove an item in the list
Top
See Also