C# Class MvvmLightNavigationExtension.Forms.NavigationService

Inheritance: INavigationService, INavigationServiceExtension
Show file Open project: dhindrik/MvvmLightNavigationExtension

Public Methods

Method Description
CloseModal ( ) : void
Configure ( string key, Type type ) : void
GoBack ( ) : void
Initialize ( INavigation navigation ) : void
NavigateTo ( string pageKey ) : void
NavigateTo ( string pageKey, object parameter ) : void
OpenModal ( string key ) : void
OpenModal ( string key, object parameter ) : void

Method Details

CloseModal() public method

public CloseModal ( ) : void
return void

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

Initialize() public method

public Initialize ( INavigation navigation ) : void
navigation INavigation
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

OpenModal() public method

public OpenModal ( string key ) : void
key string
return void

OpenModal() public method

public OpenModal ( string key, object parameter ) : void
key string
parameter object
return void