C# Class FinanceManager.Infrastructure.NavigationService

Navigation service for performing navigation between pages
Inheritance: INavigationService
Mostrar archivo Open project: Yanpix/FinanceManager Class Usage Examples

Public Methods

Method Description
GetNavigationData ( ) : object>.Dictionary
GetNavigationData ( string key ) : object
GoBack ( ) : void
Navigate ( Type type ) : bool
Navigate ( Type type, object>.Dictionary data ) : bool

Method Details

GetNavigationData() public method

public GetNavigationData ( ) : object>.Dictionary
return object>.Dictionary

GetNavigationData() public method

public GetNavigationData ( string key ) : object
key string
return object

GoBack() public method

public GoBack ( ) : void
return void

Navigate() public method

public Navigate ( Type type ) : bool
type System.Type
return bool

Navigate() public method

public Navigate ( Type type, object>.Dictionary data ) : bool
type System.Type
data object>.Dictionary
return bool