C# Class SKELETON.Service.NavigationService

Inheritance: INavigationService, INavigationService2
Mostrar archivo Open project: dkackman/UWPAppSkeleton Class Usage Examples

Public Methods

Method Description
Configure ( string key, Type type ) : void
GoBack ( ) : void
NavigateTo ( string pageKey ) : void
NavigateTo ( string pageKey, object parameter ) : void
NavigationService ( ) : System

Private Methods

Method Description
OnNavigated ( ) : void
TryGoBack ( ) : bool
_root_Navigated ( object sender, NavigationEventArgs e ) : void

Method Details

Configure() public method

public Configure ( string key, Type type ) : void
key string
type System.Type
return void

GoBack() public method

public GoBack ( ) : void
return void

NavigateTo() public method

public NavigateTo ( string pageKey ) : void
pageKey string
return void

NavigateTo() public method

public NavigateTo ( string pageKey, object parameter ) : void
pageKey string
parameter object
return void

NavigationService() public method

public NavigationService ( ) : System
return System