C# 클래스 DMV_GUI.MotorVehicle

파일 보기 프로젝트 열기: CITA180Class/Motor-Vehicle-GUI-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
noOfSeats int
noOfWheels int

공개 메소드들

메소드 설명
MotorVehicle ( ) : System
MotorVehicle ( string VIN, string make, string model, int noOfWheels, int noOfSeats, System.DateTime dateOfProduction ) : System
SetVIN ( string VIN ) : bool
show ( ) : string

메소드 상세

MotorVehicle() 공개 메소드

public MotorVehicle ( ) : System
리턴 System

MotorVehicle() 공개 메소드

public MotorVehicle ( string VIN, string make, string model, int noOfWheels, int noOfSeats, System.DateTime dateOfProduction ) : System
VIN string
make string
model string
noOfWheels int
noOfSeats int
dateOfProduction System.DateTime
리턴 System

SetVIN() 공개 메소드

public SetVIN ( string VIN ) : bool
VIN string
리턴 bool

show() 공개 메소드

public show ( ) : string
리턴 string

프로퍼티 상세

noOfSeats 보호되어 있는 프로퍼티

protected int noOfSeats
리턴 int

noOfWheels 보호되어 있는 프로퍼티

protected int noOfWheels
리턴 int