C# Класс tvTable.AttractionViewController

Controls the AttractionView used to present the detailed information about a AttractionInformation object attached to the highlighted Row in the AttractionTableView.
Наследование: UIViewController
Показать файл Открыть проект

Открытые методы

Метод Описание
AttractionViewController ( IntPtr handle ) : System

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

UpdateUI ( ) : void

Updates the user interface by populating the fields of the AttractionView.

ViewWillAppear ( bool animated ) : void

Called before the View is presented to the user to allow it to be configured.

Приватные методы

Метод Описание
BookFlight ( NSObject sender ) : void

Handles the user clicking the Flight button.

GetDirections ( NSObject sender ) : void

Handles the user clicking the Directions button.

MarkFavorite ( NSObject sender ) : void

Handles the user clicking the Favorites button.

Описание методов

AttractionViewController() публичный Метод

Initializes a new instance of the T:tvTable.AttractionViewController class.
public AttractionViewController ( IntPtr handle ) : System
handle System.IntPtr Handle.
Результат System

UpdateUI() публичный Метод

Updates the user interface by populating the fields of the AttractionView.
public UpdateUI ( ) : void
Результат void

ViewWillAppear() публичный Метод

Called before the View is presented to the user to allow it to be configured.
public ViewWillAppear ( bool animated ) : void
animated bool true if animated, else false.
Результат void