C# 클래스 Monopoly.Classes.PropertyCard

상속: Card
파일 보기 프로젝트 열기: pmpailis/RLMonopoly 1 사용 예제들

공개 메소드들

메소드 설명
PropertyCard ( ) : System
PropertyCard ( string pName, int pPosition, int pPrice, List pRent, int pMortage, int pHouseCost, int pHotelCost, int pGroup ) : System
getGroup ( ) : int
getHotelCost ( ) : int
getHouseCost ( ) : int
getMortgageValue ( ) : int
getName ( ) : string
getPosition ( ) : int
getValue ( ) : int

메소드 상세

PropertyCard() 공개 메소드

public PropertyCard ( ) : System
리턴 System

PropertyCard() 공개 메소드

public PropertyCard ( string pName, int pPosition, int pPrice, List pRent, int pMortage, int pHouseCost, int pHotelCost, int pGroup ) : System
pName string
pPosition int
pPrice int
pRent List
pMortage int
pHouseCost int
pHotelCost int
pGroup int
리턴 System

getGroup() 공개 메소드

public getGroup ( ) : int
리턴 int

getHotelCost() 공개 메소드

public getHotelCost ( ) : int
리턴 int

getHouseCost() 공개 메소드

public getHouseCost ( ) : int
리턴 int

getMortgageValue() 공개 메소드

public getMortgageValue ( ) : int
리턴 int

getName() 공개 메소드

public getName ( ) : string
리턴 string

getPosition() 공개 메소드

public getPosition ( ) : int
리턴 int

getValue() 공개 메소드

public getValue ( ) : int
리턴 int