Class DiscountCacheInvalidationSubscriber
- Namespace
- Dynamicweb.Ecommerce
- Assembly
- Dynamicweb.Ecommerce.dll
[Subscribe("DWN_ECOM_PRODUCT_AFTER_CREATE")]
[Subscribe("DWN_ECOM_PRODUCT_AFTER_SAVE")]
[Subscribe("DWN_ECOM_PRODUCT_AFTER_DELETE")]
[Subscribe("DWN_ECOM_PRODUCT_RELATION_DELETED")]
[Subscribe("DWN_ECOM_PRODUCT_GROUP_RELATION_BEFORE_SAVE")]
[Subscribe("DWN_UM_GROUP_DELETED")]
[Subscribe("DWN_UM_GROUP_SAVED")]
[Subscribe("DWN_REPOSITORIES_INDEX_BUILDFINISHED")]
public class DiscountCacheInvalidationSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
- Inheritance
-
DiscountCacheInvalidationSubscriber
- Implements
- Inherited Members
Properties
Rank
Gets the rank.
public override int Rank { get; }
Property Value
- int
- The rank.
Remarks
The subscriber with the highest rank will be notified last
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.