Table of Contents

Class RecurringOrderPlacedSubscriber

Namespace
Dynamicweb.Ecommerce.Orders.NotificationSubscribers
Assembly
Dynamicweb.Ecommerce.dll
[Subscribe("Ecom7CartAfterRecurringOrderPlaced")]
public class RecurringOrderPlacedSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
RecurringOrderPlacedSubscriber
Implements
Inherited Members

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