C# Class MvvmLightNavigationExtension.NavigationServiceExtension

Afficher le fichier Open project: dhindrik/MvvmLightNavigationExtension

Méthodes publiques

Méthode Description
CloseModal ( this navigationService ) : void
OpenModal ( this navigationService, string key ) : void
OpenModal ( this navigationService, string key, object parameter ) : void

Method Details

CloseModal() public static méthode

public static CloseModal ( this navigationService ) : void
navigationService this
Résultat void

OpenModal() public static méthode

public static OpenModal ( this navigationService, string key ) : void
navigationService this
key string
Résultat void

OpenModal() public static méthode

public static OpenModal ( this navigationService, string key, object parameter ) : void
navigationService this
key string
parameter object
Résultat void