C# Class NDG.ViewModels.Helpers.NavigationProvider

Helper class for navigation in application.
Afficher le fichier Open project: nokiadatagathering/WP7-Official

Méthodes publiques

Méthode Description
CanGoBack ( ) : bool

Can now go back or not.

GetNavigationParameters ( ) : string>.Dictionary
GoBack ( ) : void

Goes back.

Navigate ( Uri navigationSource ) : void

Navigates to specified uri.

NavigateAndRemoveBackEntries ( Uri navigationSource ) : void

Private Methods

Méthode Description
CheckRootFrame ( ) : void

Checks is rootFrame not null.

OnFrameNavigated ( object sender, EventArgs e ) : void
OnFrameNavigating ( object sender, EventArgs e ) : void
OnTimerTick ( object sender, EventArgs e ) : void

Method Details

CanGoBack() public méthode

Can now go back or not.
public CanGoBack ( ) : bool
Résultat bool

GetNavigationParameters() public méthode

public GetNavigationParameters ( ) : string>.Dictionary
Résultat string>.Dictionary

GoBack() public méthode

Goes back.
public GoBack ( ) : void
Résultat void

Navigate() public méthode

Navigates to specified uri.
public Navigate ( Uri navigationSource ) : void
navigationSource System.Uri Source of navigation.
Résultat void

NavigateAndRemoveBackEntries() public méthode

public NavigateAndRemoveBackEntries ( Uri navigationSource ) : void
navigationSource System.Uri
Résultat void