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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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