[]
Base class for cursor-like collection.
public abstract class C1CursorDataCollection<T> : C1CursorDataCollection<T, string>, IDataCollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, ISupportIndexing<T>, INotifyPropertyChanged, IDisposable, ISupportVirtualization, ISupportConnection, ISupportIncrementalLoading, ISupportRefreshing, ISupportSorting, ISupportFiltering, ISupportEditing<T> where T : class
Name | Description |
---|---|
T | The type of the items in the collection. |
This class is appropriate for wrapping data services that return the data in pages and give a token to get the next page, like Facebook, Twitter, YouTube, etc.
Name | Description |
---|---|
C1CursorDataCollection() |