C# 클래스 Sample.Main.ViewModels.PlayerViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: JustinXinLiu/Continuity

공개 메소드들

메소드 설명
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

메소드 상세

OnNavigatedFromAsync() 공개 메소드

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

OnNavigatedToAsync() 공개 메소드

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

PlayerViewModel() 공개 메소드

public PlayerViewModel ( IPlayerService playerService ) : Sample.Main.Models
playerService IPlayerService
리턴 Sample.Main.Models