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

Represents an empty page of items. More...

Inheritance diagram for Waher.Persistence.EmptyPage< T >:
Waher.Persistence.IPage< 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

Represents an empty page of items.

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

Definition at line 10 of file EmptyPage.cs.

Property Documentation

◆ Items

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

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

Implements Waher.Persistence.IPage< T >.

Definition at line 16 of file EmptyPage.cs.

◆ More

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

If there may be more pages following this page.

Implements Waher.Persistence.IPage< T >.

Definition at line 21 of file EmptyPage.cs.


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