Class ProductGroupFieldNotificationSubscriber
- Assembly
- Dynamicweb.Ecommerce.dll
[Subscribe("DWN_ECOM_PRODUCT_GROUP_FIELD_AFTER_SAVE")]
[Subscribe("DWN_ECOM_PRODUCT_GROUP_FIELD_AFTER_DELETE")]
public sealed class ProductGroupFieldNotificationSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
- Inheritance
-
ProductGroupFieldNotificationSubscriber
- Implements
- Inherited Members
Constructors
ProductGroupFieldNotificationSubscriber(FieldOptionService, GroupService)
public ProductGroupFieldNotificationSubscriber(FieldOptionService fieldOptionService, GroupService groupService)
Parameters
fieldOptionServiceFieldOptionServicegroupServiceGroupService
Methods
OnNotify(string, NotificationArgs)
Call to invoke observer.
public override void OnNotify(string notification, NotificationArgs args)
Parameters
notificationstringThe notification.
argsNotificationArgsThe args.