Table of Contents

Class OrderItemsList

Namespace
Kentico.Xperience.Admin.DigitalCommerce.UIPages
Assembly
Kentico.Xperience.Admin.DigitalCommerce.dll

Order items listing.

public sealed class OrderItemsList : ListingPage, IPage
Inheritance
object
OrderItemsList
Implements
Inherited Members
Extension Methods

Constructors

OrderItemsList(IPriceFormatter, IProductQuantityFormatter, IOptions<TaxOptions>)

Initializes an instance of the OrderItemsList class.

public OrderItemsList(IPriceFormatter priceFormatter, IProductQuantityFormatter quantityFormatter, IOptions<TaxOptions> taxOptions)

Parameters

priceFormatter IPriceFormatter
quantityFormatter IProductQuantityFormatter
taxOptions IOptions<TaxOptions>

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