Click or drag to resize

SearchOrdersCriteria Class

Class containing search criteria for order search
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsOrderInfoCriteria
      Tse.EasyBook.Server.DataContractsSearchOrdersCriteria

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

The SearchOrdersCriteria type exposes the following members.

Constructors
  NameDescription
Public methodSearchOrdersCriteria
Top
Properties
  NameDescription
Public propertyArrivalFromDate
Set this to only find orders that have at least one rental agreement with an arrival date on or later than this value
Public propertyArrivalToDate
Set this to only find orders that have at least one rental agreement with an arrival date on or before this value. Can be combined with ArrivalFromDate to specify an arrival interval.
Public propertyChangeTimestamp
Set this to to only find orders where the payer is customer and the customer has been updated since this date
Public propertyCity
Property PostalCity
Public propertyCompanyName
If this field is filled in, the search must be limited to this company only.
Public propertyCountryIsoCode
Only find orders where the customer is from this country
Public propertyCustomerNo
Property CustomerNo
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 propertyEanNo
Property EanNo
Public propertyEmail
Property Email
Public propertyInsurancePolicyCode
Search after a specific insurancepolicynumber
Public propertyInvoiceNoValue
Get the order number, or null if empty or invalid.
(Inherited from OrderInfoCriteria.)
Public propertyName
Property Name
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 propertyPayerType
The payertype of the order
Public propertyPaymentReceiptNo
The receipt number of a payment receipt related to an invoice.
Public propertyPhoneNo
Property PhoneNo
Public propertyPostalCode
Property PostalCode
Public propertyRentalObjectNo
Property Rental Object No
Public propertyStreetName
Property StreetName
Public propertyStreetNo
Property StreetNo
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