GridResultsT(Int32, IReadOnlyListT, Int32) Constructor
Provides a return based results from a query and a check how many items there are available in total.
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public GridResults(
int totalDataCount,
IReadOnlyList<T> results,
int startIndex
)
Parameters
- totalDataCount Int32
- Total items available to the user.
- results IReadOnlyListT
- Found results from the query.
- startIndex Int32
- Usually this is the amount of items the user decided to skip (e.g. paging) plus one.