Cart Namespace

Design Pattern Framework 3.5

Design Pattern Framework 3.5 Cart Namespace
Patterns-In-Action! ApplicationCart
 
Declaration Syntax
C# Visual Basic
namespace Cart
Namespace Cart
Types
All Types Classes Interfaces Enumerations
Icon Type Description
IShipping
Defines methods to determine shipping costs.

ShippingMethod
Enumeration of different product shipping methods.

ShippingStrategyFedex
Federal Express specific class to determine shipping costs.

ShippingStrategyUPS
United Postal Service specific class to determine shipping costs.

ShippingStrategyUSPS
United States Postal Service specific class to determine shipping costs.

ShoppingCart
A non-persistent shopping cart. It would be simple to create a shopping cart table in the database and make it persistent.

ShoppingCartItem
Respresents a line item in a shopping cart