C# Class Customers.BaseNavigationViewModel

Implements the INavigation interface on top of BaseViewModel.
Inheritance: MvvmHelpers.BaseViewModel, INavigation
Afficher le fichier Open project: xamarin/app-customers

Méthodes publiques

Méthode Description
InsertPageBefore ( Page page, Page before ) : void
PopAsync ( ) : Task
PopAsync ( bool animated ) : Task
PopModalAsync ( ) : Task
PopModalAsync ( bool animated ) : Task
PopToRootAsync ( ) : System.Threading.Tasks.Task
PopToRootAsync ( bool animated ) : System.Threading.Tasks.Task
PushAsync ( Page page ) : System.Threading.Tasks.Task
PushAsync ( Page page, bool animated ) : System.Threading.Tasks.Task
PushModalAsync ( Page page ) : System.Threading.Tasks.Task
PushModalAsync ( Page page, bool animated ) : System.Threading.Tasks.Task
RemovePage ( Page page ) : void

Méthodes protégées

Méthode Description
BaseNavigationViewModel ( ) : MvvmHelpers

Method Details

BaseNavigationViewModel() protected méthode

protected BaseNavigationViewModel ( ) : MvvmHelpers
Résultat MvvmHelpers

InsertPageBefore() public méthode

public InsertPageBefore ( Page page, Page before ) : void
page Xamarin.Forms.Page
before Xamarin.Forms.Page
Résultat void

PopAsync() public méthode

public PopAsync ( ) : Task
Résultat Task

PopAsync() public méthode

public PopAsync ( bool animated ) : Task
animated bool
Résultat Task

PopModalAsync() public méthode

public PopModalAsync ( ) : Task
Résultat Task

PopModalAsync() public méthode

public PopModalAsync ( bool animated ) : Task
animated bool
Résultat Task

PopToRootAsync() public méthode

public PopToRootAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

PopToRootAsync() public méthode

public PopToRootAsync ( bool animated ) : System.Threading.Tasks.Task
animated bool
Résultat System.Threading.Tasks.Task

PushAsync() public méthode

public PushAsync ( Page page ) : System.Threading.Tasks.Task
page Xamarin.Forms.Page
Résultat System.Threading.Tasks.Task

PushAsync() public méthode

public PushAsync ( Page page, bool animated ) : System.Threading.Tasks.Task
page Xamarin.Forms.Page
animated bool
Résultat System.Threading.Tasks.Task

PushModalAsync() public méthode

public PushModalAsync ( Page page ) : System.Threading.Tasks.Task
page Xamarin.Forms.Page
Résultat System.Threading.Tasks.Task

PushModalAsync() public méthode

public PushModalAsync ( Page page, bool animated ) : System.Threading.Tasks.Task
page Xamarin.Forms.Page
animated bool
Résultat System.Threading.Tasks.Task

RemovePage() public méthode

public RemovePage ( Page page ) : void
page Xamarin.Forms.Page
Résultat void