[]
        
(Showing Draft Content)

C1.DataCollection.ISupportIncrementalLoading

ISupportIncrementalLoading Interface

Specifies a calling contract for collections that support incremental loading.

Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public interface ISupportIncrementalLoading

Properties

Name Description
HasMoreItems

Gets a value that indicates whether more items can be loaded.

Methods

Name Description
LoadMoreItemsAsync(int?, CancellationToken)

Loads more items.