SearchResult Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class SearchResult : DataContractBase
The SearchResult type exposes the following members.
| Name | Description | |
|---|---|---|
| SearchResult |
| Name | Description | |
|---|---|---|
| CondensedResults |
A list of condensed results for the search. Does not contain any elements unless the value [!:SearchCriteria.IncludeResults] is true.
This list is only filled if [!:ResultTypeWebEnum] has the value [!:ResultTypeWebEnum.Condensed].
| |
| Results |
Results for the search. Does not contain any elements unless the value [!:SearchCriteria.IncludeResults] is true.
| |
| Statistic |
Statistics for the search
|