C# 클래스 FizzWare.NBuilder.FunctionalTests.Model.ShoppingBasket

파일 보기 프로젝트 열기: nbuilder/nbuilder 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add ( Product product, int quantity ) : void
Contains ( int productId ) : bool
Remove ( int productId ) : void
ShoppingBasket ( ) : System

메소드 상세

Add() 공개 메소드

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

Contains() 공개 메소드

public Contains ( int productId ) : bool
productId int
리턴 bool

Remove() 공개 메소드

public Remove ( int productId ) : void
productId int
리턴 void

ShoppingBasket() 공개 메소드

public ShoppingBasket ( ) : System
리턴 System