C# Class Project.Store

ファイルを表示 Open project: dibagaran/cs-2015-7-alpha

Public Methods

Method Description
AddProduct ( string name, double price, int count ) : bool
Report ( ) : string
Trade ( string name, int count ) : bool

Private Methods

Method Description
IndexOf ( string name ) : int

Method Details

AddProduct() public method

public AddProduct ( string name, double price, int count ) : bool
name string
price double
count int
return bool

Report() public method

public Report ( ) : string
return string

Trade() public method

public Trade ( string name, int count ) : bool
name string
count int
return bool