C# Class MusicShop.Models.Instrument

Inheritance: Article, IInstrument
Afficher le fichier Open project: Y-LyN-10/Software-University-Courses

Protected Properties

Свойство Type Description
isElectronic bool

Méthodes publiques

Méthode Description
ToString ( ) : string

Méthodes protégées

Méthode Description
Instrument ( string make, string model, decimal price, string color, bool isElectronic ) : System

Method Details

Instrument() protected méthode

protected Instrument ( string make, string model, decimal price, string color, bool isElectronic ) : System
make string
model string
price decimal
color string
isElectronic bool
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

isElectronic protected_oe property

protected bool isElectronic
Résultat bool