Click or drag to resize

SearchCustomerReviewsResult Class

Data contract containing result for a search for customer reviews
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsSearchCustomerReviewsResult

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

The SearchCustomerReviewsResult type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCategories
Cateogories that are not discontinued
Public propertyRentalObjectStatistics
Statistics for rental objects included in the search result
Public propertyReviews
Reviews that matches search criteria
Public propertyStatistics
Statistics for the consumer
Public propertyStatisticsFromDate
The start date of the period used to calculate the included review statistics. All active reviews created in this period are included in the calculation.
Public propertyStatisticsToDate
The end date of the period used to calculate the included review statistics. All active reviews created in this period are included in the calculation.
Public propertyTotalCount
Total count of matched customer reviews.
Top
See Also