Click or drag to resize

RentalObjectsCustomerReviewsCriteria Class

Data contract containing search criterias for customer reviews
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsRentalObjectsCustomerReviewsCriteria

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

The RentalObjectsCustomerReviewsCriteria type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount
The maximum number of found customer reviews to return. If null, all found customer reviews are returned.
Public propertyCreatedFrom
Customer reviews created after or on this date are returned. If null, start date is not considered.
Public propertyCreatedTo
Customer reviews created before or on this date are returned. If null, end date is not considered.
Public propertyDateFrom
Customer reviews created after or on this date are returned.
Public propertyDateTo
Customer reviews created before or on this date are returned.
Public propertyOffset
Offset to use for paging the results, ie. if set to 20 results from index 20 and on up to Count is returned.If null paging is not used
Public propertyRentalObjectNoEnd
End number for rental objects to return.
Public propertyRentalObjectNoStart
Start number for rental objects to return.
Public propertyReviewStates
If filled out limits the returned reviews to these states If list is empty or null then it will default to return only reviews of the state active If orderid and profileid has been filled out new states will automatically returned
Top
See Also