C# Class MonoMobile.Views.MonoMobileApplication

Inheritance: UIApplication
Afficher le fichier Open project: RobertKozak/MonoMobile.Views Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CreateDialogViewController ( object view, bool isModal, bool pushing ) : DialogViewController
MonoMobileApplication ( ) : System.Threading

Method Details

DismissModalView() public static méthode

public static DismissModalView ( bool animated ) : void
animated bool
Résultat void

IsSearchbarVisible() public static méthode

public static IsSearchbarVisible ( ) : bool
Résultat bool

PresentModelView() public static méthode

public static PresentModelView ( Type viewType ) : void
viewType System.Type
Résultat void

PresentModelView() public static méthode

public static PresentModelView ( object view ) : void
view object
Résultat void

PresentModelView() public static méthode

public static PresentModelView ( object view, UIModalTransitionStyle transistionStyle ) : void
view object
transistionStyle UIModalTransitionStyle
Résultat void

PushView() public static méthode

public static PushView ( object view ) : void
view object
Résultat void

PushView() public static méthode

public static PushView ( object view, bool animated ) : void
view object
animated bool
Résultat void

PushView() public static méthode

public static PushView ( object view, bool animated, bool pushing ) : void
view object
animated bool
pushing bool
Résultat void

Run() public static méthode

public static Run ( string title, Type mainViewType, string args ) : void
title string
mainViewType System.Type
args string
Résultat void

Run() public static méthode

public static Run ( string delegateName, string args ) : void
delegateName string
args string
Résultat void

ToggleSearchbar() public static méthode

public static ToggleSearchbar ( ) : void
Résultat void