Table of Contents

Class ProductGroupFieldNotificationSubscriber

Namespace
Dynamicweb.Ecommerce.Products.NotificationSubscribers
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

fieldOptionService FieldOptionService
groupService GroupService

Methods

OnNotify(string, NotificationArgs)

Call to invoke observer.

public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string

The notification.

args NotificationArgs

The args.

To top