C# Class DroidKaigi2016Xamarin.Droid.Extensions.PageExtension

Show file Open project: amay077/DroidKaigi2016Xamarin

Public Methods

Method 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 method

public static CreateFragment ( this self ) : Fragment
self this
return Fragment

GetMenuId() public static method

public static GetMenuId ( this self ) : int
self this
return int

GetTitleResId() public static method

public static GetTitleResId ( this self ) : int
self this
return int

ShouldToggleToolbar() public static method

public static ShouldToggleToolbar ( this self ) : bool
self this
return bool

ToPage() public static method

public static ToPage ( this self ) : Page
self this
return Page