Click or drag to resize

OrderOnAfterGenerateOrderXmlArgs Class

Arguments class for the OnAfterGenerateOrderXml subscriber.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.Ecommerce.LiveIntegration.NotificationsOrderOnAfterGenerateOrderXmlArgs

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

The OrderOnAfterGenerateOrderXmlArgs type exposes the following members.

Constructors
  NameDescription
Public methodOrderOnAfterGenerateOrderXmlArgs
Initializes a new instance of the OrderOnAfterGenerateOrderXmlArgs class.
Top
Properties
  NameDescription
Public propertyDocument
Gets the XML document that has been created. You can manipulate this document to alter the XML being sent to the ERP..
Public propertyGeneratorSettings
Gets the generator settings.
Public propertyOrder
Gets the order for which the XML has been generated..
Top
See Also