Click or drag to resize

SearchCriteriaCustomerReviews Property

The elements in this list are used by the rental object search to find rental objects with an average grade score equal to or greater than the values provided. If No CustomerReviewCategory is provided for the elements in the list then the requested grade score is compared with the total average grade score on the rental object.

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 IList<CustomerReviewGradeWeb> CustomerReviews { get; set; }

Property Value

Type: IListCustomerReviewGradeWeb
Remarks
This property is optional.
See Also