C# Class Sample.Main.ViewModels.PlayerViewModel

Inheritance: ViewModelBase
显示文件 Open project: JustinXinLiu/Continuity

Public Methods

Method 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 method

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

OnNavigatedToAsync() public method

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

PlayerViewModel() public method

public PlayerViewModel ( IPlayerService playerService ) : Sample.Main.Models
playerService IPlayerService
return Sample.Main.Models