NotificationSubscriberBase Methods |
The NotificationSubscriberBase type exposes the following members.
| Name | Description | |
|---|---|---|
| CheckOrderPrices |
Checks the order prices.
| |
| CompareTo |
When sorted, the Rank is used.
(Inherited from NotificationSubscriber.) | |
| EnabledAndActive |
Gets a value that determines whether live integration is enabled for the current shop, active and a connection to the ERP is available.
| |
| GetProductsWithQuantities |
Gets the products and their current quantities from the order lines.
| |
| OnNotify |
Call to invoke observer.
(Inherited from NotificationSubscriber.) | |
| SetProductInformation(Order) |
Clears and sets the product information in Dynamicweb for all the products in the order.
| |
| SetProductInformation(Product, Double) |
Sets the product information in Dynamicweb from the ERP.
| |
| SetProductInformation(DictionaryProduct, Double, User) |
Sets the product information in Dynamicweb for all the products passed.
| |
| UpdateOrder |
Updates the order.
|