C# 클래스 ViewDeckSample.NavigationStartController

상속: MonoKit.UI.TableViewController
파일 보기 프로젝트 열기: sgmunn/MonoKit

공개 메소드들

메소드 설명
Close ( Element element ) : void
GotoDeck ( Element element ) : void
InitController ( ) : void
LoadView ( ) : void
NavigationStartController ( bool contained ) : MonoKit.UI
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool

메소드 상세

Close() 공개 메소드

public Close ( Element element ) : void
element Element
리턴 void

GotoDeck() 공개 메소드

public GotoDeck ( Element element ) : void
element Element
리턴 void

InitController() 공개 메소드

public InitController ( ) : void
리턴 void

LoadView() 공개 메소드

public LoadView ( ) : void
리턴 void

NavigationStartController() 공개 메소드

public NavigationStartController ( bool contained ) : MonoKit.UI
contained bool
리턴 MonoKit.UI

ShouldAutorotateToInterfaceOrientation() 공개 메소드

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