Table of Contents

Class LanguageNotifcationSubscriber

Namespace
Dynamicweb.Ecommerce.International.Subscribers
Assembly
Dynamicweb.Ecommerce.dll
[Subscribe("DWN_LANGUAGES_AfterDeleteLanguage")]
public sealed class LanguageNotifcationSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
LanguageNotifcationSubscriber
Implements
Inherited Members

Constructors

LanguageNotifcationSubscriber(CountryService, PaymentService, ShippingService, ShopService)

public LanguageNotifcationSubscriber(CountryService countryService, PaymentService paymentService, ShippingService shippingService, ShopService shopService)

Parameters

countryService CountryService
paymentService PaymentService
shippingService ShippingService
shopService ShopService

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.

To top