C# Class Solocast.UWP.ViewModels.NowPlayingViewModel

Inheritance: ViewModelBase
ファイルを表示 Open project: Solocast/solocast-clients

Public Methods

Method Description
NowPlayingViewModel ( IPlayService playService ) : System

Private Methods

Method Description
CanNext ( ) : bool
CanPlayPause ( ) : bool
Next ( ) : void
PlayEpisode ( Episode episode ) : void
PlayPause ( ) : void
Stop ( ) : void
TimerTick ( object sender, object e ) : void
UpdatePlayPauseLabelAndIcon ( ) : void

Method Details

NowPlayingViewModel() public method

public NowPlayingViewModel ( IPlayService playService ) : System
playService IPlayService
return System