C# 클래스 myProducts.Xamarin.Views.Pages.BackgroundNavigationPage

상속: NavigationPage
파일 보기 프로젝트 열기: ChristianWeyer/myProducts-End-to-End

공개 메소드들

메소드 설명
BackgroundNavigationPage ( IBackgroundNavigationPageViewModel viewModel, ITranslation translation ) : myProducts.Xamarin.Contracts.i18n
HideLogOutButton ( ) : void
ShowLogOutButton ( ) : void

비공개 메소드들

메소드 설명
CreateToolbarItem ( ) : void

메소드 상세

BackgroundNavigationPage() 공개 메소드

public BackgroundNavigationPage ( IBackgroundNavigationPageViewModel viewModel, ITranslation translation ) : myProducts.Xamarin.Contracts.i18n
viewModel IBackgroundNavigationPageViewModel
translation ITranslation
리턴 myProducts.Xamarin.Contracts.i18n

HideLogOutButton() 공개 메소드

public HideLogOutButton ( ) : void
리턴 void

ShowLogOutButton() 공개 메소드

public ShowLogOutButton ( ) : void
리턴 void