C# 클래스 MultipleDetailViews.RootViewController

상속: UITableViewController
파일 보기 프로젝트 열기: RobGibbens/MultipleDetailViews 1 사용 예제들

Private Properties

프로퍼티 타입 설명
RootViewController System

공개 메소드들

메소드 설명
Initialize ( ) : void
RootViewController ( ) : System
RootViewController ( IntPtr handle ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void
ViewDidUnload ( ) : void

비공개 메소드들

메소드 설명
RootViewController ( NSCoder coder ) : System

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

RootViewController() 공개 메소드

public RootViewController ( ) : System
리턴 System

RootViewController() 공개 메소드

public RootViewController ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

ShouldAutorotateToInterfaceOrientation() 공개 메소드

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

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewDidUnload() 공개 메소드

public ViewDidUnload ( ) : void
리턴 void