C# 클래스 ShoppingCart.OrderItem

파일 보기 프로젝트 열기: miyconst/shopping-cart 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Order Order
Price decimal
Product string
Quantity int

프로퍼티 상세

Order 공개적으로 프로퍼티

public Order,ShoppingCart Order
리턴 Order

Price 공개적으로 프로퍼티

public decimal Price
리턴 decimal

Product 공개적으로 프로퍼티

public string Product
리턴 string

Quantity 공개적으로 프로퍼티

public int Quantity
리턴 int