[]
        
(Showing Draft Content)

C1.DataCollection.C1CursorDataCollection-1

C1CursorDataCollection<T> Class

Base class for cursor-like collection.

Inheritance
C1CursorDataCollection<T>
Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
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
Type Parameters
Name Description
T

The type of the items in the collection.

Remarks

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.

Constructors

Name Description
C1CursorDataCollection()

Extension Methods