Click or drag to resize

CommunicationOnAfterErpCommunicationArgs Class

Arguments class for the OnAfterErpCommunication subscriber.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.Ecommerce.LiveIntegration.NotificationsCommunicationOnAfterErpCommunicationArgs

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

The CommunicationOnAfterErpCommunicationArgs type exposes the following members.

Constructors
  NameDescription
Public methodCommunicationOnAfterErpCommunicationArgs
Initializes a new instance of the CommunicationOnAfterErpCommunicationArgs class.
Top
Properties
  NameDescription
Public propertyException
Gets the exception that has occurred.
Public propertyReferenceName
Gets the name of the reference.
Public propertyRequest
Gets the request that has been sent to the ERP.
Public propertyResponse
Gets the response that has been received.
Top
See Also