Table of Contents

Class BeforeQueryDatabaseObserver

Namespace
Dynamicweb.Ecommerce.Examples.Notifications
Assembly
Dynamicweb.Ecommerce.Examples.dll
Subscribing on Cart.Created event
[Subscribe("DWN_QUERYING_BeforeQueryDatabase")]
public class BeforeQueryDatabaseObserver : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
BeforeQueryDatabaseObserver
Implements
Inherited Members

Methods

OnNotify(string, NotificationArgs)

This notification is thrown every time an index based search has been done
public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string
args NotificationArgs
To top