RentalObjectsCustomerReviewsCriteria Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class RentalObjectsCustomerReviewsCriteria : DataContractBase
The RentalObjectsCustomerReviewsCriteria type exposes the following members.
Name | Description | |
---|---|---|
![]() | RentalObjectsCustomerReviewsCriteria |
Name | Description | |
---|---|---|
![]() | Count |
The maximum number of found customer reviews to return. If null, all found customer reviews are returned.
|
![]() | CreatedFrom |
Customer reviews created after or on this date are returned. If null, start date is not considered.
|
![]() | CreatedTo |
Customer reviews created before or on this date are returned. If null, end date is not considered.
|
![]() | DateFrom |
Customer reviews created after or on this date are returned.
|
![]() | DateTo |
Customer reviews created before or on this date are returned.
|
![]() | Offset |
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
|
![]() | RentalObjectNoEnd |
End number for rental objects to return.
|
![]() | RentalObjectNoStart |
Start number for rental objects to return.
|
![]() | ReviewStates |
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
|