Click or drag to resize

NotificationSubscriberBase Methods

The NotificationSubscriberBase type exposes the following members.

Methods
  NameDescription
Protected methodStatic memberCheckOrderPrices
Checks the order prices.
Public methodCompareTo
When sorted, the Rank is used.
(Inherited from NotificationSubscriber.)
Protected methodStatic memberEnabledAndActive
Gets a value that determines whether live integration is enabled for the current shop, active and a connection to the ERP is available.
Protected methodStatic memberGetProductsWithQuantities
Gets the products and their current quantities from the order lines.
Public methodOnNotify
Call to invoke observer.
(Inherited from NotificationSubscriber.)
Protected methodSetProductInformation(Order)
Clears and sets the product information in Dynamicweb for all the products in the order.
Protected methodSetProductInformation(Product, Double)
Sets the product information in Dynamicweb from the ERP.
Protected methodSetProductInformation(DictionaryProduct, Double, User)
Sets the product information in Dynamicweb for all the products passed.
Protected methodUpdateOrder
Updates the order.
Top
See Also