Class SearchResultsContainer
Container for search results obtained through the Discovery endpoint.
Inheritance
System.Object
SearchResultsContainer
Namespace: Den.Dev.Grunt.Models.HaloInfinite
Assembly: Den.Dev.Grunt.dll
Syntax
[[Den.Dev.Grunt.Models.IsAutomaticallySerializable]]
public class SearchResultsContainer
Constructors
| Name | Description |
|---|---|
| SearchResultsContainer() |
Properties
| Name | Description |
|---|---|
| Count | Gets or sets the count of results on the current page. |
| EstimatedTotal | Gets or sets the estimated total number of results. |
| Links | Gets or sets the list of additional links related to the search results. |
| ResultCount | Gets or sets the count of results on the current page. Seems to be duplicating Count. |
| Results | Gets or sets the list of search results for the asset query. |
| Start | Gets or sets the start of the result counter. |
| Tags | Gets or sets the list of tags associated with an asset. |