Method | Description | |
---|---|---|
AddAttraction ( |
Adds the attraction to the city.
|
|
AddAttraction ( string name, string description, string imageName ) : void |
Adds the attraction to the city.
|
|
CityInformation ( string name ) : System |
Initializes a new instance of the T:tvTable.CityInformation class.
|
public AddAttraction ( |
||
attraction | The |
|
return | void |
public AddAttraction ( string name, string description, string imageName ) : void | ||
name | string | The name of the attraction. |
description | string | A short description of the attraction. |
imageName | string | The |
return | void |
public CityInformation ( string name ) : System | ||
name | string | The name of the city. |
return | System |