Class PagingHelper<T>
- Namespace
- Skyline.DataMiner.Net.ManagerStore
- Assembly
- SLNetTypes.dll
Helper class to retrieve data that matches a Query in a paged fashion.
public class PagingHelper<T> where T : DataType
Type Parameters
T
The type of the data that is paged.
- Inheritance
-
PagingHelper<T>
- Extension Methods
Properties
- Filter
Gets the filter.
- MessageHandler
Gets or sets the message handler.
- PreferedPageSize
Gets the preferred page size.
- Query
Gets the query.
- TraceData
Gets the trace data.
Methods
- GetAll()
Retrieves all items.
- GetCurrentPage()
Retrieves the current page.
- HasNextPage()
Retrieves a value indicating whether there is a next page.
- MoveToNextPage()
Moves to the next page.