Class EcomPageOnOutputSubscriber
- Namespace
- Dynamicweb.Ecommerce.Frontend
- Assembly
- Dynamicweb.Ecommerce.dll
Represents the notification subscriber for page on output.
[Subscribe("DWN_STANDARD_PAGE_ON_OUTPUT")]
public class EcomPageOnOutputSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
- Inheritance
-
Ecom
Page OnOutput Subscriber
- Implements
- Inherited Members
Methods
CreatePriceViewModel(PriceInfo, string)
Creates an instance of Price
Parameters
Returns
- Price
View Model PriceViewModel.
OnNotify(string, NotificationArgs)
Called when notification is broadcast.
Parameters
notification
stringThe notification.
args
NotificationArgs The arguments.