C# Class Project_Marmelade.Machine

Afficher le fichier Open project: DMOe15a/ProjectMarmelade

Méthodes publiques

Свойство Type Description
maintenanceDaysList List

Méthodes publiques

Méthode Description
Machine ( int id, string name, bool productionUse, System.DateTime dateBought, double purchasePrice, double scrapValue, int lifespan, double interestRate ) : System
Machine ( string name, bool productionUse, System.DateTime dateBought, double purchasePrice, double scrapValue, int lifespan, double interestRate ) : System
ToString ( ) : string

Method Details

Machine() public méthode

public Machine ( int id, string name, bool productionUse, System.DateTime dateBought, double purchasePrice, double scrapValue, int lifespan, double interestRate ) : System
id int
name string
productionUse bool
dateBought System.DateTime
purchasePrice double
scrapValue double
lifespan int
interestRate double
Résultat System

Machine() public méthode

public Machine ( string name, bool productionUse, System.DateTime dateBought, double purchasePrice, double scrapValue, int lifespan, double interestRate ) : System
name string
productionUse bool
dateBought System.DateTime
purchasePrice double
scrapValue double
lifespan int
interestRate double
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

maintenanceDaysList public_oe property

public List maintenanceDaysList
Résultat List