C# Class customCart.CartItem

Afficher le fichier Open project: vjudragon/Shopping-Cart

Méthodes publiques

Méthode 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 méthode

public CartItem ( ) : System.Collections.Generic
Résultat System.Collections.Generic

CartItem() public méthode

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
Résultat System.Collections.Generic