Table of Contents

Class StockLocationNotificationSubscriber

Namespace
Dynamicweb.Ecommerce.Stocks.NotificationSubscribers
Assembly
Dynamicweb.Ecommerce.dll
[Subscribe("DWN_ECOM_STOCK_LOCATIONS_AfterClearCache")]
[Subscribe("DWN_ECOM_STOCK_LOCATIONS_AfterDelete")]
public sealed class StockLocationNotificationSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
StockLocationNotificationSubscriber
Implements
Inherited Members

Constructors

StockLocationNotificationSubscriber(StockService, ShopStockLocationRelationService)

public StockLocationNotificationSubscriber(StockService stockService, ShopStockLocationRelationService shopStockLocationRelationService)

Parameters

stockService StockService
shopStockLocationRelationService ShopStockLocationRelationService

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