Table of Contents

Class DynamicProductRelationNotificationSubscriber

Namespace
Dynamicweb.Ecommerce.Products.DynamicRelations.NotificationSubscribers
Assembly
Dynamicweb.Ecommerce.dll
[Subscribe("DWN_ECOM_PRODUCT_AFTER_DELETE")]
[Subscribe("DWN_ECOM_DYNAMIC_PRODUCT_RELATION_BEFORE_DELETE")]
public sealed class DynamicProductRelationNotificationSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
DynamicProductRelationNotificationSubscriber
Implements
Inherited Members

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