C# 클래스 XamarinEvolveIOS.PlaceListViewController

상속: UIViewController
파일 보기 프로젝트 열기: bholmes/XamarinEvolve2013Project 1 사용 예제들

공개 메소드들

메소드 설명
PlaceListViewController ( ) : System
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

보호된 메소드들

메소드 설명
ShowLocatinError ( PlaceList placeList, GeolocationResult result ) : void

메소드 상세

PlaceListViewController() 공개 메소드

public PlaceListViewController ( ) : System
리턴 System

ShowLocatinError() 보호된 메소드

protected ShowLocatinError ( PlaceList placeList, GeolocationResult result ) : void
placeList XamarinEvolveSSLibrary.PlaceList
result GeolocationResult
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

public ViewWillAppear ( bool animated ) : void
animated bool
리턴 void