Class CustomerOverview
- Namespace
- Kentico.Xperience.Admin.DigitalCommerce.UIPages
- Assembly
- Kentico.Xperience.Admin.DigitalCommerce.dll
Represents the overview page for a customer.
public sealed class CustomerOverview : OverviewPage<CustomerInfo>, IPage
- Inheritance
-
objectCustomerOverview
- Implements
- Inherited Members
- Extension Methods
Constructors
CustomerOverview()
Initializes a new instance of the CustomerOverview class.
public CustomerOverview()
Properties
ObjectId
ID of the object.
[PageParameter(typeof(IntPageModelBinder))]
public override int ObjectId { get; set; }
Property Value
- int
Methods
ConfigurePage()
Allows configure and share page specific values prior invocation of the ConfigureTemplateProperties(TClientProperties) or command method.
public override Task ConfigurePage()
Returns
- Task