BasketEvent Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Provides base functionality for all the basket related events.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Class BasketEvent _
Inherits BaseCommerceEvent
'Usage
Dim instance As BasketEvent
public class BasketEvent : BaseCommerceEvent
public ref class BasketEvent : public BaseCommerceEvent
public class BasketEvent extends BaseCommerceEvent
Remarks
This class cannot be used as a Commerce event. Use the AddItemToBasketEvent or the RemoveItemFromBasketEvent as a Commerce event instead.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime..::.BaseCommerceEvent
Microsoft.CommerceServer.Runtime..::.BasketEvent
Microsoft.CommerceServer.Runtime..::.AddItemToBasketEvent
Microsoft.CommerceServer.Runtime..::.RemoveItemFromBasketEvent
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.