Class OrderListViewModelSettings
- Namespace
- Dynamicweb.Ecommerce.Frontend
- Assembly
- Dynamicweb.Ecommerce.dll
- Inheritance
-
Order
List View Model Settings
- Inherited Members
Properties
ByCustomerNumber
If set to true, orders are fetched for all users sharing the current users customer number. Default is false
Property Value
CurrentPage
Gets or sets the current page number.
Property Value
FromCompletedDate
Filter to only show results where the order is completed after the given date.
Property Value
PageSize
Gets or sets the product count per page. If this value is greater than 0, the view model result will be paginated, otherwise, plain list.
Property Value
ShowPricesWithVat
Gets or sets wether the display prices should be with or without vat.
Property Value
ToCompletedDate
Filter to only show results where the order is completed before the given date.