C# 클래스 MonoTouch.Dialog.DateTimeElement.MyViewController

상속: UIViewController
파일 보기 프로젝트 열기: nicwise/londonbikeapp

공개 메소드들

메소드 설명
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
MyViewController ( DateTimeElement container ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewWillDisappear ( bool animated ) : void

메소드 상세

DidRotate() 공개 메소드

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
리턴 void

MyViewController() 공개 메소드

public MyViewController ( DateTimeElement container ) : System
container DateTimeElement
리턴 System

ShouldAutorotateToInterfaceOrientation() 공개 메소드

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
리턴 bool

ViewWillDisappear() 공개 메소드

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