Click or drag to resize

OrderOnBeforeSendingOrderToErpArgs Class

Arguments class for the OnBeforeSendingOrderToErp subscriber. When Cancel is true the order is not sent.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.ExtensibilityCancelableNotificationArgs
      Dynamicweb.Ecommerce.LiveIntegration.NotificationsOrderOnBeforeSendingOrderToErpArgs

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Notifications
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public class OnBeforeSendingOrderToErpArgs : CancelableNotificationArgs

The OrderOnBeforeSendingOrderToErpArgs type exposes the following members.

Constructors
  NameDescription
Public methodOrderOnBeforeSendingOrderToErpArgs
Initializes a new instance of the OrderOnBeforeSendingOrderToErpArgs class.
Top
Properties
  NameDescription
Public propertyCancel
Gets or sets the value indicating whether to cancel the task related to the given notification.
(Inherited from CancelableNotificationArgs.)
Public propertyCreateOrder
Gets a value that indicates whether the order should be created in the ERP or just calculated as a cart.
Public propertyOrder
Gets the order that is about to be sent.
Top
See Also