Click or drag to resize

OrderListCriteria Class

Data contract for the criteria for the "PartnerOrders" service method. Orders are always returned sorted by the created date descending.
Inheritance Hierarchy

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 OrderListCriteria : IntervalWeb

The OrderListCriteria type exposes the following members.

Constructors
  NameDescription
Public methodOrderListCriteria
Top
Properties
  NameDescription
Public propertyChangedSince
Fill out this field to get only orders containing one or more invoice(s) created or credited after this timestamp. Therefor only orders changed since the specified timestamp will be included.
Public propertyCount
Paging Count or null if all orders should be returned.
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyIncludeWithoutCommission
Also include invoices associated with partners where the invoices are without commission given to the partners. Normally/default these invoices are excluded.
Public propertyOffset
Paging Offset determines at what order record number the server should return from. If null the server returns from the first order and onward.
Public propertyState
Order State or null if all states should be returned.
Public propertyValidFrom
Start date
(Inherited from IntervalWeb.)
Public propertyValidTo
End date. If null, the interval is seen as having no expiration.
(Inherited from IntervalWeb.)
Top
See Also