BasketEvent Class (BCL)

Provides base functionality for all the basket related events. This class cannot be used as a Commerce event. Use the AddItemToBasket class or the RemoveItemFromBasket class as a Commerce event instead.

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

Public Instance Constructor

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

Public Instance Methods

Method Description
Validate Validates the CatalogName and ProductID properties for the basket event.

Public Instance Properties

Property Description
CatalogName The name of the catalog to which the product belongs.
ProductID The product identifier for the product associated with the basket.
ReadOnlyPrID This property is calculated internally and is read only.
VariantID 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.