GridResultsT(IReadOnlyListT) Constructor
Provides a
GridResultsT object based on the results found, but where no subqueries were made.
In this case we assume the
results are the only items available to the user.
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public GridResults(
IReadOnlyList<T> results
)
Parameters
- results IReadOnlyListT
- Items available to the user.