C# Class EasyBike.WinPhone.WPNavigationService

Inheritance: INavigationService
Afficher le fichier Open project: ThePublicBikeGang/EasyBike Class Usage Examples

Méthodes publiques

Свойство Type Description
Pages Type>.Dictionary

Méthodes publiques

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

Method Details

Configure() public méthode

public Configure ( string key, Type value ) : void
key string
value System.Type
Résultat void

GoBack() public méthode

public GoBack ( ) : void
Résultat void

NavigateTo() public méthode

public NavigateTo ( string pageKey ) : void
pageKey string
Résultat void

NavigateTo() public méthode

public NavigateTo ( string pageKey, object parameter ) : void
pageKey string
parameter object
Résultat void

Property Details

Pages public_oe property

public Dictionary Pages
Résultat Type>.Dictionary