Table of Contents

Class FieldValueConversionRuleNotificationSubscriber

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