Click or drag to resize

IntegrationCustomerCenter Class

Notifications and argument classes for notification subscribers fired during generation of Integration Customer Center XMLs.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Ecommerce.LiveIntegration.NotificationsIntegrationCustomerCenter

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

The IntegrationCustomerCenter type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberOnAfterGenerateItemDetailsXml
Occurs after the XML for an order details generated. This enables you to change or analyze the xml before it's processed.
Public fieldStatic memberOnAfterGenerateItemListXml
Occurs after the XML for an order list generated. This enables you to change or analyze the xml before it's processed.
Public fieldStatic memberOnAfterGenerateRetrievePdfXml
Occurs after the XML for the retrieve pdf generated. This enables you to change or analyze the xml before it's processed.
Public fieldStatic memberOnBeforeGenerateItemDetailsXml
Occurs before the XML for an order details generated. This enables you to change or analyze the xml before it's processed.
Public fieldStatic memberOnBeforeGenerateItemListXml
Occurs before the XML for an order list generated. This enables you to change or analyze the xml before it's processed.
Public fieldStatic memberOnBeforeGenerateRetrievePdfXml
Occurs before the XML for the retrieve pdf generated. This enables you to change or analyze the xml before it's processed.
Top
See Also