C# Class Huaban.UWP.Services.NavigationService

Exibir arquivo Open project: dblleaf/Huaban

Private Properties

Property Type Description
BackRequested void
GetPageType System.Type
GetViewModel object
NavigationService_BackRequested void

Public Methods

Method Description
DisplayBackButton ( ) : void
GoBack ( ) : void
MenuNavigateTo ( Type sourcePageType, object parameter = null ) : void
MenuNavigateTo ( string pageName, object parameter = null ) : void
NavigateTo ( Type sourcePageType, object parameter = null, string targetName = null ) : void
NavigateTo ( string pageName, object parameter = null, string targetName = null ) : void
NavigationService ( Context context ) : System
SetFrame ( Frame MainFrame, HBFrame detailFrame ) : void

Private Methods

Method Description
BackRequested ( bool &handled ) : void
GetPageType ( string pageName ) : Type
GetViewModel ( Type sourcePageType ) : object
NavigationService_BackRequested ( object sender, BackRequestedEventArgs e ) : void

Method Details

DisplayBackButton() public method

public DisplayBackButton ( ) : void
return void

GoBack() public method

public GoBack ( ) : void
return void

MenuNavigateTo() public method

public MenuNavigateTo ( Type sourcePageType, object parameter = null ) : void
sourcePageType System.Type
parameter object
return void

MenuNavigateTo() public method

public MenuNavigateTo ( string pageName, object parameter = null ) : void
pageName string
parameter object
return void

NavigateTo() public method

public NavigateTo ( Type sourcePageType, object parameter = null, string targetName = null ) : void
sourcePageType System.Type
parameter object
targetName string
return void

NavigateTo() public method

public NavigateTo ( string pageName, object parameter = null, string targetName = null ) : void
pageName string
parameter object
targetName string
return void

NavigationService() public method

public NavigationService ( Context context ) : System
context Context
return System

SetFrame() public method

public SetFrame ( Frame MainFrame, HBFrame detailFrame ) : void
MainFrame Windows.UI.Xaml.Controls.Frame
detailFrame Huaban.UWP.Controls.HBFrame
return void