Click or drag to resize

SearchStatistic Class

Statistic for a Rental Object Search
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsSearchStatistic

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 SearchStatistic : DataContractBase

The SearchStatistic type exposes the following members.

Constructors
  NameDescription
Public methodSearchStatistic
Top
Properties
  NameDescription
Public propertyAdjustedResults
The amount of adjusted items found
Public propertyCount
Count
Public propertyDuration
Duration for a search
Public propertyDurationMS
Duration for a search in milliseconds
Public propertyOffset
Offset
Public propertyTotalResults
The total amount of items found
Top
See Also