C# Class MusicShop.Models.Article

Inheritance: IArticle
Afficher le fichier Open project: Y-LyN-10/Software-University-Courses

Protected Properties

Свойство Type Description
make string

Méthodes publiques

Méthode Description
Article ( string make, string model, decimal price ) : System
ToString ( ) : string

Method Details

Article() public méthode

public Article ( string make, string model, decimal price ) : System
make string
model string
price decimal
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

make protected_oe property

protected string make
Résultat string