C# Class FinanceManager.Infrastructure.NavigationService

Navigation service for performing navigation between pages
Inheritance: INavigationService
Afficher le fichier Open project: Yanpix/FinanceManager Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetNavigationData ( ) : object>.Dictionary
Résultat object>.Dictionary

GetNavigationData() public méthode

public GetNavigationData ( string key ) : object
key string
Résultat object

GoBack() public méthode

public GoBack ( ) : void
Résultat void

Navigate() public méthode

public Navigate ( Type type ) : bool
type System.Type
Résultat bool

Navigate() public méthode

public Navigate ( Type type, object>.Dictionary data ) : bool
type System.Type
data object>.Dictionary
Résultat bool