Click or drag to resize

OrderLineOnAfterGenerateOrderLineXmlArgs Class

Arguments class for the OnAfterGenerateOrderLineXml subscriber.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.Ecommerce.LiveIntegration.NotificationsOrderLineOnAfterGenerateOrderLineXmlArgs

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

The OrderLineOnAfterGenerateOrderLineXmlArgs type exposes the following members.

Constructors
  NameDescription
Public methodOrderLineOnAfterGenerateOrderLineXmlArgs
Initializes a new instance of the OrderLineOnAfterGenerateOrderLineXmlArgs class.
Top
Properties
  NameDescription
Public propertyOrderLine
Gets the order line for which the XML has been generated..
Public propertyOrderLineNode
Gets the XML node that has been created. You can manipulate this node to alter the XML being sent to the ERP.
Top
See Also