C# Class ArcGISPortalViewer.Design.DesignNavigationService

Inheritance: INavigationService
Afficher le fichier Open project: Esri/arcgis-portalviewer-dotnet

Méthodes publiques

Méthode Description
GoBack ( ) : void
Navigate ( Type sourcePageType ) : void
Navigate ( Type sourcePageType, object parameter ) : void
Navigate ( string sourcePageName ) : void
Navigate ( string sourcePageName, object parameter ) : void

Method Details

GoBack() public méthode

public GoBack ( ) : void
Résultat void

Navigate() public méthode

public Navigate ( Type sourcePageType ) : void
sourcePageType System.Type
Résultat void

Navigate() public méthode

public Navigate ( Type sourcePageType, object parameter ) : void
sourcePageType System.Type
parameter object
Résultat void

Navigate() public méthode

public Navigate ( string sourcePageName ) : void
sourcePageName string
Résultat void

Navigate() public méthode

public Navigate ( string sourcePageName, object parameter ) : void
sourcePageName string
parameter object
Résultat void