C# Class DMV_GUI.MotorVehicle

Afficher le fichier Open project: CITA180Class/Motor-Vehicle-GUI-project Class Usage Examples

Protected Properties

Свойство Type Description
noOfSeats int
noOfWheels int

Méthodes publiques

Méthode Description
MotorVehicle ( ) : System
MotorVehicle ( string VIN, string make, string model, int noOfWheels, int noOfSeats, System.DateTime dateOfProduction ) : System
SetVIN ( string VIN ) : bool
show ( ) : string

Method Details

MotorVehicle() public méthode

public MotorVehicle ( ) : System
Résultat System

MotorVehicle() public méthode

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
Résultat System

SetVIN() public méthode

public SetVIN ( string VIN ) : bool
VIN string
Résultat bool

show() public méthode

public show ( ) : string
Résultat string

Property Details

noOfSeats protected_oe property

protected int noOfSeats
Résultat int

noOfWheels protected_oe property

protected int noOfWheels
Résultat int