C# Class tvTable.AttractionInformation

This class stores information about a give attraction for a CityInformation instance.
Inheritance: NSObject
ファイルを表示 Open project: xamarin/monotouch-samples Class Usage Examples

Public Methods

Method Description
AttractionInformation ( string name, string description, string imageName ) : System

Initializes a new instance of the T:tvTable.AttractionInformation class.

Method Details

AttractionInformation() public method

Initializes a new instance of the T:tvTable.AttractionInformation class.
public AttractionInformation ( string name, string description, string imageName ) : System
name string The name of the attraction.
description string A short description of the attraction.
imageName string The Assets.xcassets name of the image that will be displayed for the attraction.
return System