SearchCustomerReviewsCriteria Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class SearchCustomerReviewsCriteria : OrderInfoCriteria
The SearchCustomerReviewsCriteria type exposes the following members.
Name | Description | |
---|---|---|
![]() | SearchCustomerReviewsCriteria |
Name | Description | |
---|---|---|
![]() | Count |
The maximum number of found customer reviews to return. If null, all found customer reviews are returned.
|
![]() | CustomerProfileId |
A unique identifier for the customer (GUID). CustomerProfileId is always required to get list of orders for a customer
(Inherited from OrderInfoCriteria.) |
![]() | EndDate |
Customer reviews created before or on this date are returned. If null, end date is not considered.
|
![]() | InvoiceNoValue |
Get the order number, or null if empty or invalid.
(Inherited from OrderInfoCriteria.) |
![]() | OfficeId |
The office id to return customer reviews for. If null, customer reviews for all offices 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
|
![]() | OrderNo |
OrderNo is optionally. If it is empty all order for the given CustomerProfileId are returned else only the speficied order is returned.
Unique order number identifing both order number and possible invoice number.
The format is orderNo-invoiceNo for example: 15487-4871211.
For the id of draft lines only order number is necessary, for example 15487.
(Inherited from OrderInfoCriteria.) |
![]() | OrderNoValue |
Get the order number, or null if empty or invalid.
(Inherited from OrderInfoCriteria.) |
![]() | RentalAgreementId |
The rental agreement id to return customer reviews for. If empty, customer reviews for all rental agreements are returned.
|
![]() | RentalObjectNo |
The rental object number to return customer reviews for. If empty, customer reviews for all rental objects are returned.
|
![]() | 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
|
![]() | StartDate |
Customer reviews created after or on this date are returned. If null, start date is not considered.
|
Name | Description | |
---|---|---|
![]() | GetInvoiceNo |
Gets the internal invoice number part of the OrderNo or String.Empty if the OrderNo does not contain an invoice number
(Inherited from OrderInfoCriteria.) |
![]() | GetOrderNo |
Gets the internal order number part of the OrderNo
(Inherited from OrderInfoCriteria.) |