Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IPage.cs
1
using
System.Collections.Generic;
2
3
namespace
Waher.Persistence
4
{
9
public
interface
IPage
<T>
10
where T : class
11
{
15
IEnumerable<T>
Items
{
get
; }
16
20
bool
More
{
get
; }
21
}
22
}
Waher.Persistence.IPage
Interface for paginated results.
Definition:
IPage.cs:11
Waher.Persistence.IPage.Items
IEnumerable< T > Items
Items available in the page. The enumeration may be empty.
Definition:
IPage.cs:15
Waher.Persistence.IPage.More
bool More
If there may be more pages following this page.
Definition:
IPage.cs:20
Waher.Persistence
Definition:
Bookmark.cs:4
IoTGateway
Persistence
Waher.Persistence
IPage.cs
Generated by
1.9.5