Table of Contents

Class CountryRelationNotificationSubscriber

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

Constructors

CountryRelationNotificationSubscriber(PaymentService, ShippingService)

public CountryRelationNotificationSubscriber(PaymentService paymentService, ShippingService shippingService)

Parameters

paymentService PaymentService
shippingService ShippingService

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