C# Class MusicShop.Models.Article

Inheritance: IArticle
ファイルを表示 Open project: Y-LyN-10/Software-University-Courses

Protected Properties

Property Type Description
make string

Public Methods

Method Description
Article ( string make, string model, decimal price ) : System
ToString ( ) : string

Method Details

Article() public method

public Article ( string make, string model, decimal price ) : System
make string
model string
price decimal
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

make protected_oe property

protected string make
return string