Class ShippingMethodEdit
- Namespace
- Kentico.Xperience.Admin.DigitalCommerce.UIPages
- Assembly
- Kentico.Xperience.Admin.DigitalCommerce.dll
Shipping method edit page.
public sealed class ShippingMethodEdit : InfoEditPage<ShippingMethodInfo>, IPage
- Inheritance
-
objectShippingMethodEdit
- Implements
- Inherited Members
- Extension Methods
Constructors
ShippingMethodEdit(IFormComponentMapper, IFormDataBinder)
Creates a new instance of ShippingMethodEdit.
public ShippingMethodEdit(IFormComponentMapper formComponentMapper, IFormDataBinder formDataBinder)
Parameters
formComponentMapper
IFormComponentMapperformDataBinder
IFormDataBinder
Properties
ObjectId
ID of the object.
[PageParameter(typeof(IntPageModelBinder))]
public override int ObjectId { get; set; }
Property Value
- int
Methods
ConfigurePage()
Set up page's configuration. Configures the submit action.
public override Task ConfigurePage()
Returns
- Task