Table of Contents

Class CustomerOrdersList

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

General tab of a Customer order overview page.

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

Constructors

CustomerOrdersList(IPageLinkGenerator, IPriceFormatter, IOrderStatusRetriever)

Creates a new instance of CustomerOrdersList.

public CustomerOrdersList(IPageLinkGenerator pageLinkGenerator, IPriceFormatter priceFormatter, IOrderStatusRetriever orderStatusRetriever)

Parameters

pageLinkGenerator IPageLinkGenerator
priceFormatter IPriceFormatter
orderStatusRetriever IOrderStatusRetriever

Properties

ObjectId

ID of the customer.

[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