OnlinePhotoShop.ShoppingItem Class
Class that contains all information to describe one item in the shopping cart (product id, option id, quantity and image locations).

Access: Public
Base Classes: Object
Implemented interfaces: ISerializable
  Members Description  
    mProduct Private memeber for product identifier.

 
    mOption Private memeber for option identifier.

 
    mQuantity Private memeber for quantity.

 
    mClientPath Private memeber to store the client path of the associated image.

 
    mServerPath Private memeber to store the server path of an uploaded image.

 
    GetObjectData The serialization function.

 
    ShoppingItem The deserialization constructor.

 
    ShoppingItem Constructor.

 
    Product Product identifier.

 
    Option Option identifier.

 
    Quantity Quantity.

 
    ClientPath Image path on the client.

 
    ServerPath Image path on the server.