GridResultsT Class
This class is used for data lookups when we want to fill a table with data.
It returns the data in
Results.
In
TotalDataCount we return the total number of items in based on the query/partition key provided.
In
StartIndex we return the index of the first item in the
Results list.
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class GridResults<T>
where T : IIdLabel
- Inheritance
- Object GridResultsT
Type Parameters
- T
- Data type the list is based on. Must be derived from IIdLabel