Click or drag to resize

UserOnExtranetLogin Class

Updates the cart when the user logs in.
Inheritance Hierarchy

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.NotificationSubscribers
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[SubscribeAttribute("DWN_STANDARD_USER_OnExtranetLogin")]
public class UserOnExtranetLogin : NotificationSubscriberBase

The UserOnExtranetLogin type exposes the following members.

Constructors
  NameDescription
Public methodUserOnExtranetLogin
Initializes a new instance of the UserOnExtranetLogin class
Top
Properties
  NameDescription
Protected propertyCanCheckPrice
Gets a value indicating whether prices can be looked up in the ERP.
(Inherited from NotificationSubscriberBase.)
Public propertyIsActive
Gets a value indicating whether this instance is active.
(Inherited from NotificationSubscriber.)
Public propertyIsFrontend Obsolete.
Gets a value indicating whether the current code executes in the frontend
(Inherited from NotificationSubscriber.)
Public propertyRank
Make sure that login subscriber is executed AFTER any standard login subscribers
(Overrides NotificationSubscriberRank.)
Protected propertyTypeInfo
Gets the type info in a string with namespace, class and assembly name.
(Inherited from NotificationSubscriber.)
Top
Methods
  NameDescription
Public methodCompareTo
When sorted, the Rank is used.
(Inherited from NotificationSubscriber.)
Public methodOnNotify
Handles the notification.
(Overrides NotificationSubscriberOnNotify(String, NotificationArgs).)
Protected methodSetProductInformation(Order)
Clears and sets the product information in Dynamicweb for all the products in the order.
(Inherited from NotificationSubscriberBase.)
Protected methodSetProductInformation(Product, Double)
Sets the product information in Dynamicweb from the ERP.
(Inherited from NotificationSubscriberBase.)
Protected methodSetProductInformation(DictionaryProduct, Double, User)
Sets the product information in Dynamicweb for all the products passed.
(Inherited from NotificationSubscriberBase.)
Protected methodUpdateOrder
Updates the order.
(Inherited from NotificationSubscriberBase.)
Top
See Also