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 |
public CartItem ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
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 |