C# Class customCart.CartItem

显示文件 Open project: vjudragon/Shopping-Cart

Public Methods

Method Description
CartItem ( ) : System.Collections.Generic
CartItem ( string name, decimal price, string itemPic, string type, int quantity, decimal total, decimal mPrice, int daysDelivered, decimal discount, string prod_Id ) : System.Collections.Generic

Method Details

CartItem() public method

public CartItem ( ) : System.Collections.Generic
return System.Collections.Generic

CartItem() public method

public CartItem ( string name, decimal price, string itemPic, string type, int quantity, decimal total, decimal mPrice, int daysDelivered, decimal discount, string prod_Id ) : System.Collections.Generic
name string
price decimal
itemPic string
type string
quantity int
total decimal
mPrice decimal
daysDelivered int
discount decimal
prod_Id string
return System.Collections.Generic