C# Class Mobile.Stack.MainStack

Inheritance: Mobile.Stack.BaseStack, IStack
Mostrar archivo Open project: adamped/xarch-starter

Public Methods

Method Description
MainStack ( IExtNavigationService navigationService, IExtDialogService dialogService, IPageService pageService ) : System

Protected Methods

Method Description
MapPages ( ) : void
MapViewModels ( ) : void

Private Methods

Method Description
BuildMenuPage ( ) : Page

Method Details

MainStack() public method

public MainStack ( IExtNavigationService navigationService, IExtDialogService dialogService, IPageService pageService ) : System
navigationService IExtNavigationService
dialogService IExtDialogService
pageService IPageService
return System

MapPages() protected method

protected MapPages ( ) : void
return void

MapViewModels() protected method

protected MapViewModels ( ) : void
return void