AfterShippingMethodIsChanged Class |
Namespace: Dynamicweb.Ecommerce.LiveIntegration.NotificationSubscribers
The AfterShippingMethodIsChanged type exposes the following members.
| Name | Description | |
|---|---|---|
| AfterShippingMethodIsChanged | Initializes a new instance of the AfterShippingMethodIsChanged class |
| Name | Description | |
|---|---|---|
| CanCheckPrice |
Gets a value indicating whether prices can be looked up in the ERP.
(Inherited from NotificationSubscriberBase.) | |
| IsActive |
Gets a value indicating whether this instance is active.
(Inherited from NotificationSubscriber.) | |
| IsFrontend | Obsolete.
Gets a value indicating whether the current code executes in the frontend
(Inherited from NotificationSubscriber.) | |
| Rank |
Gets the rank.
(Inherited from NotificationSubscriber.) | |
| TypeInfo |
Gets the type info in a string with namespace, class and assembly name.
(Inherited from NotificationSubscriber.) |
| Name | Description | |
|---|---|---|
| CompareTo |
When sorted, the Rank is used.
(Inherited from NotificationSubscriber.) | |
| OnNotify |
Handles the notification.
(Overrides NotificationSubscriberOnNotify(String, NotificationArgs).) | |
| SetProductInformation(Order) |
Clears and sets the product information in Dynamicweb for all the products in the order.
(Inherited from NotificationSubscriberBase.) | |
| SetProductInformation(Product, Double) |
Sets the product information in Dynamicweb from the ERP.
(Inherited from NotificationSubscriberBase.) | |
| SetProductInformation(DictionaryProduct, Double, User) |
Sets the product information in Dynamicweb for all the products passed.
(Inherited from NotificationSubscriberBase.) | |
| UpdateOrder |
Updates the order.
(Inherited from NotificationSubscriberBase.) |