Class ShippingPromotionEditGeneral
- Namespace
- Kentico.Xperience.Admin.DigitalCommerce.UIPages
- Assembly
- Kentico.Xperience.Admin.DigitalCommerce.dll
Shipping promotion general page.
public sealed class ShippingPromotionEditGeneral : PromotionEditGeneralBase<ShippingPromotionSchedule, ShippingPromotionEditSection>, IPage
- Inheritance
-
objectShippingPromotionEditGeneral
- Implements
- Inherited Members
- Extension Methods
Constructors
ShippingPromotionEditGeneral(IFormComponentMapper, IFormDataBinder, IAuthenticatedUserAccessor, IPageLinkGenerator)
Creates a new instance of ShippingPromotionEditGeneral class.
public ShippingPromotionEditGeneral(IFormComponentMapper formComponentMapper, IFormDataBinder formDataBinder, IAuthenticatedUserAccessor authenticatedUserAccessor, IPageLinkGenerator pageLinkGenerator)
Parameters
formComponentMapperIFormComponentMapperForm component mapper.
formDataBinderIFormDataBinderForm data binder.
authenticatedUserAccessorIAuthenticatedUserAccessorAuthenticated user accessor.
pageLinkGeneratorIPageLinkGeneratorPage link generator.
Properties
NotificationMessageResourceKeyPrefix
Prefix of the resource string keys of the notification bar messages that describe the promotion status.
protected override string NotificationMessageResourceKeyPrefix { get; }
Property Value
- string
PromotionType
Promotion type.
protected override PromotionType PromotionType { get; }
Property Value
Methods
GetDefaultUIFormName()
Returns default UI form name.
protected override string GetDefaultUIFormName()
Returns
- string