C# 클래스 MusicShop.Models.Instrument

상속: Article, IInstrument
파일 보기 프로젝트 열기: Y-LyN-10/Software-University-Courses

보호된 프로퍼티들

프로퍼티 타입 설명
isElectronic bool

공개 메소드들

메소드 설명
ToString ( ) : string

보호된 메소드들

메소드 설명
Instrument ( string make, string model, decimal price, string color, bool isElectronic ) : System

메소드 상세

Instrument() 보호된 메소드

protected Instrument ( string make, string model, decimal price, string color, bool isElectronic ) : System
make string
model string
price decimal
color string
isElectronic bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

isElectronic 보호되어 있는 프로퍼티

protected bool isElectronic
리턴 bool