Table of Contents

Class GroupRelationNotificationSubscriber

Namespace
Dynamicweb.Ecommerce.Products.NotificationSubscribers
Assembly
Dynamicweb.Ecommerce.dll
[Subscribe("DWN_ECOM_GROUP_RELATION_UPDATED")]
[Subscribe("DWN_ECOM_GROUP_RELATION_DELETED")]
public sealed class GroupRelationNotificationSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
GroupRelationNotificationSubscriber
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