C# Class EasyBike.WinPhone.WPNavigationService

Inheritance: INavigationService
Datei anzeigen Open project: ThePublicBikeGang/EasyBike Class Usage Examples

Public Properties

Property Type Description
Pages Type>.Dictionary

Public Methods

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

Method Details

Configure() public method

public Configure ( string key, Type value ) : void
key string
value 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

Property Details

Pages public_oe property

public Dictionary Pages
return Type>.Dictionary