Click or drag to resize

OrderLineOnBeforeGenerateOrderLineXmlArgs Class

Arguments class for the OnBeforeGenerateOrderLineXml subscriber.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.Ecommerce.LiveIntegration.NotificationsOrderLineOnBeforeGenerateOrderLineXmlArgs

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

The OrderLineOnBeforeGenerateOrderLineXmlArgs type exposes the following members.

Constructors
  NameDescription
Public methodOrderLineOnBeforeGenerateOrderLineXmlArgs
Initializes a new instance of the OrderLineOnBeforeGenerateOrderLineXmlArgs class.
Top
Properties
  NameDescription
Public propertyGeneratorSettings
Gets the OrderXmlGeneratorSettings that determines how the XML is generated
Public propertyOrderLine
Gets the order line for which the XML is being generated.
Top
See Also