Table of Contents

Class Ecommerce.Cart.SavedForLater.RemovedArgs

Namespace
Dynamicweb.Ecommerce.Notifications
Assembly
Dynamicweb.Ecommerce.dll
Provides information about the removed product.
public class Ecommerce.Cart.SavedForLater.RemovedArgs : NotificationArgs
Inheritance
Ecommerce.Cart.SavedForLater.RemovedArgs
Inherited Members

Remarks

The passed NotificationArgs is Ecommerce.Cart.SavedForLater.RemovedArgs

Constructors

RemovedArgs(Product, Order)

Initializes a new instance of the Ecommerce.Cart.SavedForLater.RemovedArgs class.
public RemovedArgs(Product removedProduct, Order cart)

Parameters

removedProduct Product
The removed product.
cart Order
The cart.
See Also

Properties

Cart

Gets or sets the cart.
public Order Cart { get; set; }

Property Value

Order
The cart.
See Also

RemovedProduct

Gets the removed product.
public Product RemovedProduct { get; }

Property Value

Product
The removed product.
See Also

See Also

To top