Click or drag to resize

CommunicationOnBeforeErpCommunicationArgs Class

Arguments class for the OnBeforeErpCommunication subscriber.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.Ecommerce.LiveIntegration.NotificationsCommunicationOnBeforeErpCommunicationArgs

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

The CommunicationOnBeforeErpCommunicationArgs type exposes the following members.

Constructors
  NameDescription
Public methodCommunicationOnBeforeErpCommunicationArgs
Initializes a new instance of the CommunicationOnBeforeErpCommunicationArgs class.
Top
Properties
  NameDescription
Public propertyReferenceName
Gets the name of the reference.
Public propertyRequest
Gets the request that is about to be sent.
Top
See Also