Click or drag to resize

CustomerReviewGradeWeb Class

Customer Review Grade for the web client
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsCustomerReviewGradeWeb

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

The CustomerReviewGradeWeb type exposes the following members.

Constructors
  NameDescription
Public methodCustomerReviewGradeWeb
Top
Properties
  NameDescription
Public propertyCategory
Category for the grade
Public propertyGrade
When used for customer reviews in results this value is the grade given for the category When used for customer reviews statistics for the consumer this value is the calculated average for this category for the consumer When used for rental object reviews statistics for the consumer this value is the calculated average this category for the rental object
Public propertyGradesCount
When used for customer reviews in results this value is 1 When used for customer reviews statistics for the consumer this value is the total number of reviews for this category for the consumer When used for rental object reviews statistics for the consumer this value is the total number of reviews for this category for the rental object
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Top
See Also