C# 클래스 ClassLibrary.ShoppingCart

파일 보기 프로젝트 열기: snahider/Test-Automation-NET

공개 메소드들

메소드 설명
AddItem ( Product product, int quantity ) : void
ClearItems ( ) : void
FindItem ( string sku ) : ShoppingCartItem
RemoveItem ( string sku ) : void
ShoppingCart ( ) : System

메소드 상세

AddItem() 공개 메소드

public AddItem ( Product product, int quantity ) : void
product Product
quantity int
리턴 void

ClearItems() 공개 메소드

public ClearItems ( ) : void
리턴 void

FindItem() 공개 메소드

public FindItem ( string sku ) : ShoppingCartItem
sku string
리턴 ShoppingCartItem

RemoveItem() 공개 메소드

public RemoveItem ( string sku ) : void
sku string
리턴 void

ShoppingCart() 공개 메소드

public ShoppingCart ( ) : System
리턴 System