C# 클래스 Project_Marmelade.Machine

파일 보기 프로젝트 열기: DMOe15a/ProjectMarmelade

공개 프로퍼티들

프로퍼티 타입 설명
maintenanceDaysList List

공개 메소드들

메소드 설명
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

메소드 상세

Machine() 공개 메소드

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
리턴 System

Machine() 공개 메소드

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
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

maintenanceDaysList 공개적으로 프로퍼티

public List maintenanceDaysList
리턴 List