Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Waher.Persistence.IPage< T > Interface Template Reference

Interface for paginated results. More...

Inheritance diagram for Waher.Persistence.IPage< T >:
Waher.Persistence.EmptyPage< T > Waher.Persistence.Files.Page< T > Waher.Persistence.Files.Page< T > Waher.Persistence.MongoDB.Page< T >

Properties

IEnumerable< T > Items [get]
 Items available in the page. The enumeration may be empty. More...
 
bool More [get]
 If there may be more pages following this page. More...
 

Detailed Description

Interface for paginated results.

Template Parameters
TType of objects on the page.
Type Constraints
T :class 

Definition at line 9 of file IPage.cs.

Property Documentation

◆ Items

IEnumerable<T> Waher.Persistence.IPage< T >.Items
get

Items available in the page. The enumeration may be empty.

Implemented in Waher.Persistence.Files.Page< T >, Waher.Persistence.MongoDB.Page< T >, and Waher.Persistence.EmptyPage< T >.

Definition at line 15 of file IPage.cs.

◆ More

bool Waher.Persistence.IPage< T >.More
get

If there may be more pages following this page.

Implemented in Waher.Persistence.Files.Page< T >, Waher.Persistence.MongoDB.Page< T >, and Waher.Persistence.EmptyPage< T >.

Definition at line 20 of file IPage.cs.


The documentation for this interface was generated from the following file: