BasketEvent Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Provides base functionality for all the basket related events.
The BasketEvent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BasketEvent | Initializes a new instance of the BasketEvent 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. (Overrides BaseCommerceEvent..::.Validate()()().) |
Top
Properties
Name | Description | |
---|---|---|
BasketName | Gets or sets the name of the basket on which the event occurred. | |
CatalogName | Gets or sets the name of the catalog to which the product belongs. | |
ProductId | Gets or sets the identifier for the product. | |
ReadOnlyPrId | Gets a generated string based on the values of the CatalogName, ProductId and the VariantId properties. | |
VariantId | Gets or sets the variant identifier for the product. |
Top