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
-
EcomPageOnOutputSubscriber
- Implements
- Inherited Members
Methods
CreatePriceViewModel(PriceInfo, string)
Creates an instance of PriceViewModel .
public PriceViewModel CreatePriceViewModel(PriceInfo priceInfo, string languageId)
Parameters
Returns
- PriceViewModel
- PriceViewModel.
OnNotify(string, NotificationArgs)
Called when notification is broadcast.
public override void OnNotify(string notification, NotificationArgs args)
Parameters
notification
string- The notification.
args
NotificationArgs- The arguments.