C# Class Project_Marmelade.Machine

Exibir arquivo Open project: DMOe15a/ProjectMarmelade

Public Properties

Property Type Description
maintenanceDaysList List

Public Methods

Method 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 method

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
return System

Machine() public method

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
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

maintenanceDaysList public_oe property

public List maintenanceDaysList
return List