C# 클래스 XamarinEvolveIOS.PlaceInfoViewController.PlaceInfoViewDelegate

상속: UITableViewDelegate
파일 보기 프로젝트 열기: bholmes/XamarinEvolve2013Project

공개 메소드들

메소드 설명
OpenInMaps ( UITableView tableView, MonoTouch indexPath ) : void
PlaceInfoViewDelegate ( PlaceInfoViewController viewController ) : System
RowSelected ( UITableView tableView, MonoTouch indexPath ) : void

메소드 상세

OpenInMaps() 공개 메소드

public OpenInMaps ( UITableView tableView, MonoTouch indexPath ) : void
tableView UITableView
indexPath MonoTouch
리턴 void

PlaceInfoViewDelegate() 공개 메소드

public PlaceInfoViewDelegate ( PlaceInfoViewController viewController ) : System
viewController PlaceInfoViewController
리턴 System

RowSelected() 공개 메소드

public RowSelected ( UITableView tableView, MonoTouch indexPath ) : void
tableView UITableView
indexPath MonoTouch
리턴 void