C# Class Mobile.Stack.MainStack

Inheritance: Mobile.Stack.BaseStack, IStack
Afficher le fichier Open project: adamped/xarch-starter

Méthodes publiques

Méthode Description
MainStack ( IExtNavigationService navigationService, IExtDialogService dialogService, IPageService pageService ) : System

Méthodes protégées

Méthode Description
MapPages ( ) : void
MapViewModels ( ) : void

Private Methods

Méthode Description
BuildMenuPage ( ) : Page

Method Details

MainStack() public méthode

public MainStack ( IExtNavigationService navigationService, IExtDialogService dialogService, IPageService pageService ) : System
navigationService IExtNavigationService
dialogService IExtDialogService
pageService IPageService
Résultat System

MapPages() protected méthode

protected MapPages ( ) : void
Résultat void

MapViewModels() protected méthode

protected MapViewModels ( ) : void
Résultat void