C# Class Sample.Main.ViewModels.PlayerViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: JustinXinLiu/Continuity

Méthodes publiques

Méthode Description
OnNavigatedFromAsync ( object>.IDictionary state, bool suspending ) : System.Threading.Tasks.Task
OnNavigatedToAsync ( object parameter, NavigationMode mode, object>.IDictionary state ) : System.Threading.Tasks.Task
PlayerViewModel ( IPlayerService playerService ) : Sample.Main.Models

Method Details

OnNavigatedFromAsync() public méthode

public OnNavigatedFromAsync ( object>.IDictionary state, bool suspending ) : System.Threading.Tasks.Task
state object>.IDictionary
suspending bool
Résultat System.Threading.Tasks.Task

OnNavigatedToAsync() public méthode

public OnNavigatedToAsync ( object parameter, NavigationMode mode, object>.IDictionary state ) : System.Threading.Tasks.Task
parameter object
mode NavigationMode
state object>.IDictionary
Résultat System.Threading.Tasks.Task

PlayerViewModel() public méthode

public PlayerViewModel ( IPlayerService playerService ) : Sample.Main.Models
playerService IPlayerService
Résultat Sample.Main.Models