Table of Contents

Class ShopGroupRelationNotificationSubscriber

Namespace
Dynamicweb.Ecommerce.Shops.NotificationSubscribers
Assembly
Dynamicweb.Ecommerce.dll
[Subscribe("DWN_SHOP_GROUP_RELATION_UPDATED")]
[Subscribe("DWN_SHOP_GROUP_RELATION_DELETED")]
public sealed class ShopGroupRelationNotificationSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
ShopGroupRelationNotificationSubscriber
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