C# Class DroidKaigi2016Xamarin.Droid.Extensions.PageExtension

Afficher le fichier Open project: amay077/DroidKaigi2016Xamarin

Méthodes publiques

Méthode Description
CreateFragment ( this self ) : Fragment
GetMenuId ( this self ) : int
GetTitleResId ( this self ) : int
ShouldToggleToolbar ( this self ) : bool
ToPage ( this self ) : Page

Method Details

CreateFragment() public static méthode

public static CreateFragment ( this self ) : Fragment
self this
Résultat Fragment

GetMenuId() public static méthode

public static GetMenuId ( this self ) : int
self this
Résultat int

GetTitleResId() public static méthode

public static GetTitleResId ( this self ) : int
self this
Résultat int

ShouldToggleToolbar() public static méthode

public static ShouldToggleToolbar ( this self ) : bool
self this
Résultat bool

ToPage() public static méthode

public static ToPage ( this self ) : Page
self this
Résultat Page