C# Class Monopoly.Classes.PropertyCard

Inheritance: Card
Datei anzeigen Open project: pmpailis/RLMonopoly Class Usage Examples

Public Methods

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

Method Details

PropertyCard() public method

public PropertyCard ( ) : System
return System

PropertyCard() public method

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

getGroup() public method

public getGroup ( ) : int
return int

getHotelCost() public method

public getHotelCost ( ) : int
return int

getHouseCost() public method

public getHouseCost ( ) : int
return int

getMortgageValue() public method

public getMortgageValue ( ) : int
return int

getName() public method

public getName ( ) : string
return string

getPosition() public method

public getPosition ( ) : int
return int

getValue() public method

public getValue ( ) : int
return int