C# 클래스 MonoMobile.Views.MonoMobileApplication

상속: UIApplication
파일 보기 프로젝트 열기: RobertKozak/MonoMobile.Views 1 사용 예제들

공개 메소드들

메소드 설명
DismissModalView ( bool animated ) : void
IsSearchbarVisible ( ) : bool
PresentModelView ( Type viewType ) : void
PresentModelView ( object view ) : void
PresentModelView ( object view, UIModalTransitionStyle transistionStyle ) : void
PushView ( object view ) : void
PushView ( object view, bool animated ) : void
PushView ( object view, bool animated, bool pushing ) : void
Run ( string title, Type mainViewType, string args ) : void
Run ( string delegateName, string args ) : void
ToggleSearchbar ( ) : void

비공개 메소드들

메소드 설명
CreateDialogViewController ( object view, bool isModal, bool pushing ) : DialogViewController
MonoMobileApplication ( ) : System.Threading

메소드 상세

DismissModalView() 공개 정적인 메소드

public static DismissModalView ( bool animated ) : void
animated bool
리턴 void

IsSearchbarVisible() 공개 정적인 메소드

public static IsSearchbarVisible ( ) : bool
리턴 bool

PresentModelView() 공개 정적인 메소드

public static PresentModelView ( Type viewType ) : void
viewType System.Type
리턴 void

PresentModelView() 공개 정적인 메소드

public static PresentModelView ( object view ) : void
view object
리턴 void

PresentModelView() 공개 정적인 메소드

public static PresentModelView ( object view, UIModalTransitionStyle transistionStyle ) : void
view object
transistionStyle UIModalTransitionStyle
리턴 void

PushView() 공개 정적인 메소드

public static PushView ( object view ) : void
view object
리턴 void

PushView() 공개 정적인 메소드

public static PushView ( object view, bool animated ) : void
view object
animated bool
리턴 void

PushView() 공개 정적인 메소드

public static PushView ( object view, bool animated, bool pushing ) : void
view object
animated bool
pushing bool
리턴 void

Run() 공개 정적인 메소드

public static Run ( string title, Type mainViewType, string args ) : void
title string
mainViewType System.Type
args string
리턴 void

Run() 공개 정적인 메소드

public static Run ( string delegateName, string args ) : void
delegateName string
args string
리턴 void

ToggleSearchbar() 공개 정적인 메소드

public static ToggleSearchbar ( ) : void
리턴 void