![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Interface for paginated results. More...
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... | |
Interface for paginated results.
T | Type of objects on the page. |
T | : | class |
|
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 >.
|
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 >.