C# Class PocketCampus.Moodle.Plugin

The Moodle plugin.
Inheritance: IPlugin
Afficher le fichier Open project: accandme/pocketcampus

Méthodes publiques

Méthode Description
Initialize ( INavigationService navigationService ) : void

Initializes the plugin.

NavigateTo ( INavigationService navigationService ) : void

Navigates to the plugin's main ViewModel.

NavigateTo ( string destination, string>.IDictionary parameters, INavigationService navigationService ) : void

This plugin does not handle external navigations.

Method Details

Initialize() public méthode

Initializes the plugin.
public Initialize ( INavigationService navigationService ) : void
navigationService INavigationService
Résultat void

NavigateTo() public méthode

Navigates to the plugin's main ViewModel.
public NavigateTo ( INavigationService navigationService ) : void
navigationService INavigationService
Résultat void

NavigateTo() public méthode

This plugin does not handle external navigations.
public NavigateTo ( string destination, string>.IDictionary parameters, INavigationService navigationService ) : void
destination string
parameters string>.IDictionary
navigationService INavigationService
Résultat void