Class OrderItemsList
- Namespace
- Kentico.Xperience.Admin.DigitalCommerce.UIPages
- Assembly
- Kentico.Xperience.Admin.DigitalCommerce.dll
Order items listing.
public sealed class OrderItemsList : ListingPage, IPage
- Inheritance
-
objectOrderItemsList
- Implements
- Inherited Members
- Extension Methods
Constructors
OrderItemsList(IPriceFormatter, IUnitCountFormatter)
Initializes an instance of the OrderItemsList class.
public OrderItemsList(IPriceFormatter priceFormatter, IUnitCountFormatter unitCountFormatter)
Parameters
priceFormatter
IPriceFormatterunitCountFormatter
IUnitCountFormatter
Properties
ObjectId
ID of the order.
[PageParameter(typeof(IntPageModelBinder))]
public int ObjectId { get; set; }
Property Value
- int
ObjectType
Type of the info objects that are listed. Corresponds to the OBJECT_TYPE property of the info object or PredefinedObjectType.
protected override string ObjectType { get; }
Property Value
- string
Methods
ConfigurePage()
Allows configure and share page specific values prior invocation of the ConfigureTemplateProperties(TClientProperties) or command method.
public override Task ConfigurePage()
Returns
- Task