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_USERGROUP_DELETED")]
[Subscribe("DWN_UM_USERGROUP_SAVED")]
[Subscribe("DWN_REPOSITORIES_INDEX_BUILDFINISHED")]
public class DiscountCacheInvalidationSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
- Inheritance
-
Discount
Cache Invalidation Subscriber
- Implements
- Inherited Members
Properties
Rank
Gets the rank.
Property Value
- int
The rank.
Remarks
The subscriber with the highest rank will be notified last
Methods
OnNotify(string, NotificationArgs)
Call to invoke observer.
Parameters
notification
stringThe notification.
args
NotificationArgs The args.