RemoveItemFromBasketEvent Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Occurs whenever items are removed from the shopping basket.
The RemoveItemFromBasketEvent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RemoveItemFromBasketEvent | Initializes a new instance of the RemoveItemFromBasketEvent class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates the CatalogName and ProductId properties for the basket event. (Inherited from BasketEvent.) |
Top
Properties
Name | Description | |
---|---|---|
BasketName | Gets or sets the name of the basket on which the event occurred. (Inherited from BasketEvent.) | |
CatalogName | Gets or sets the name of the catalog to which the product belongs. (Inherited from BasketEvent.) | |
EventType | Gets the event type for the class. | |
ProductId | Gets or sets the identifier for the product. (Inherited from BasketEvent.) | |
ReadOnlyPrId | Gets a generated string based on the values of the CatalogName, ProductId and the VariantId properties. (Inherited from BasketEvent.) | |
VariantId | Gets or sets the variant identifier for the product. (Inherited from BasketEvent.) |
Top