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
stockServiceStockServiceshopStockLocationRelationServiceShopStockLocationRelationService
Methods
OnNotify(string, NotificationArgs)
Call to invoke observer.
public override void OnNotify(string notification, NotificationArgs args)
Parameters
notificationstringThe notification.
argsNotificationArgsThe args.