AddItemToBasketEvent Class (BCL)

Event used whenever items are added to the shopping basket.

System.Object
   Microsoft.CommerceServer.Runtime.BaseCommerceEvent
      Microsoft.CommerceServer.Runtime.BasketEvent
         Microsoft.CommerceServer.Runtime.AddItemToBasketEvent

Public Instance Constructor

Constructor Description
AddItemToBasketEvent Constructor Creates a new instance of the AddItemToBasketEvent class.

Public Instance Methods

Method Description
Validate (Inherited from BasketEvent) Validates the CatalogName and ProductID property for the basket event.

Public Instance Properties

Property Description
CatalogName (Inherited from BasketEvent) The name of the catalog to which the product belongs.
EventType Returns the event type for the class.
ProductID (Inherited from BasketEvent) The product identifier for the product associated with the basket.
ReadOnlyPrID (Inherited from BasketEvent) This commerce property is calculated internally and is read only.
VariantID (Inherited from BasketEvent) The variant ID for the product associated with the basket.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.