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
파일 보기 프로젝트 열기: xamarin/monotouch-samples

공개 메소드들

메소드 설명
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