Click or drag to resize

SearchCustomerReviewsCriteria Class

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

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 SearchCustomerReviewsCriteria : OrderInfoCriteria

The SearchCustomerReviewsCriteria 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 propertyCustomerProfileId
A unique identifier for the customer (GUID). CustomerProfileId is always required to get list of orders for a customer
(Inherited from OrderInfoCriteria.)
Public propertyEndDate
Customer reviews created before or on this date are returned. If null, end date is not considered.
Public propertyInvoiceNoValue
Get the order number, or null if empty or invalid.
(Inherited from OrderInfoCriteria.)
Public propertyOfficeId
The office id to return customer reviews for. If null, customer reviews for all offices 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 propertyOrderNo
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.)
Public propertyOrderNoValue
Get the order number, or null if empty or invalid.
(Inherited from OrderInfoCriteria.)
Public propertyRentalAgreementId
The rental agreement id to return customer reviews for. If empty, customer reviews for all rental agreements are returned.
Public propertyRentalObjectNo
The rental object number to return customer reviews for. If empty, customer reviews for all rental objects are returned.
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
Public propertyStartDate
Customer reviews created after or on this date are returned. If null, start date is not considered.
Top
Methods
  NameDescription
Public methodGetInvoiceNo
Gets the internal invoice number part of the OrderNo or String.Empty if the OrderNo does not contain an invoice number
(Inherited from OrderInfoCriteria.)
Public methodGetOrderNo
Gets the internal order number part of the OrderNo
(Inherited from OrderInfoCriteria.)
Top
See Also