C# 클래스 customCart.CartItem

파일 보기 프로젝트 열기: vjudragon/Shopping-Cart

공개 메소드들

메소드 설명
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

메소드 상세

CartItem() 공개 메소드

public CartItem ( ) : System.Collections.Generic
리턴 System.Collections.Generic

CartItem() 공개 메소드

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
리턴 System.Collections.Generic