Property | Type | Description | |
---|---|---|---|
maintenanceDaysList | List |
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 |
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 |
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 |