Click or drag to resize

OrderOnBeforeGenerateOrderXmlArgs Class

Arguments class for the OnBeforeGenerateOrderXml subscriber.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.Ecommerce.LiveIntegration.NotificationsOrderOnBeforeGenerateOrderXmlArgs

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

The OrderOnBeforeGenerateOrderXmlArgs type exposes the following members.

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