C# Class JryVideo.Viewer.VideoViewer.VideoViewerViewModel

Inheritance: JasilyViewModel
Mostra file Open project: Cologler/JRYVideo Class Usage Examples

Public Methods

Method Description
AutoCompleteAsync ( ) : System.Threading.Tasks.Task
Flush ( ) : void
LoadAsync ( ) : System.Threading.Tasks.Task
ReloadEpisodes ( ) : void
ReloadVideoAsync ( ) : System.Threading.Tasks.Task
VideoViewerViewModel ( VideoInfoViewModel info ) : System
WatchAll ( ) : void
WatchNone ( ) : void
WatchReverse ( ) : void
WatchSaveAsync ( ) : Task

Private Methods

Method Description
CompareEntityViewModel ( EntityViewModel x, EntityViewModel y ) : int

Method Details

AutoCompleteAsync() public method

public AutoCompleteAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Flush() public method

public Flush ( ) : void
return void

LoadAsync() public method

public LoadAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

ReloadEpisodes() public method

public ReloadEpisodes ( ) : void
return void

ReloadVideoAsync() public method

public ReloadVideoAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

VideoViewerViewModel() public method

public VideoViewerViewModel ( VideoInfoViewModel info ) : System
info VideoInfoViewModel
return System

WatchAll() public method

public WatchAll ( ) : void
return void

WatchNone() public method

public WatchNone ( ) : void
return void

WatchReverse() public method

public WatchReverse ( ) : void
return void

WatchSaveAsync() public method

public WatchSaveAsync ( ) : Task
return Task