C# 클래스 DroidKaigi2016Xamarin.Droid.Extensions.PageExtension

파일 보기 프로젝트 열기: amay077/DroidKaigi2016Xamarin

공개 메소드들

메소드 설명
CreateFragment ( this self ) : Fragment
GetMenuId ( this self ) : int
GetTitleResId ( this self ) : int
ShouldToggleToolbar ( this self ) : bool
ToPage ( this self ) : Page

메소드 상세

CreateFragment() 공개 정적인 메소드

public static CreateFragment ( this self ) : Fragment
self this
리턴 Fragment

GetMenuId() 공개 정적인 메소드

public static GetMenuId ( this self ) : int
self this
리턴 int

GetTitleResId() 공개 정적인 메소드

public static GetTitleResId ( this self ) : int
self this
리턴 int

ShouldToggleToolbar() 공개 정적인 메소드

public static ShouldToggleToolbar ( this self ) : bool
self this
리턴 bool

ToPage() 공개 정적인 메소드

public static ToPage ( this self ) : Page
self this
리턴 Page