Click or drag to resize

CustomerReviewStatisticsWeb Class

Customer Review grade averages per rental object
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsCustomerReviewStatisticsWeb

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 CustomerReviewStatisticsWeb : DataContractEntityWeb

The CustomerReviewStatisticsWeb type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyActiveReviewsCount
The count of grade included in the above GradesAverage value
Public propertyAveragesPerCategory
Averages per consumer or per rental object and per category
Public propertyGradesAverage
Average grade across all categories per consumer or per rental object
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyRentalObjectNo
Null for averages per Consumer and filled out for averages per rental object
Top
See Also