Click or drag to resize

SearchResult Class

Datacontract Search results
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsSearchResult

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class SearchResult : DataContractBase

The SearchResult type exposes the following members.

Constructors
  NameDescription
Public methodSearchResult
Top
Properties
  NameDescription
Public propertyCondensedResults
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].
Public propertyResults
Results for the search. Does not contain any elements unless the value [!:SearchCriteria.IncludeResults] is true.
Public propertyStatistic
Statistics for the search
Top
See Also