C# 클래스 JryVideo.Viewer.VideoViewer.VideoViewerViewModel

상속: JasilyViewModel
파일 보기 프로젝트 열기: Cologler/JRYVideo 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
CompareEntityViewModel ( EntityViewModel x, EntityViewModel y ) : int

메소드 상세

AutoCompleteAsync() 공개 메소드

public AutoCompleteAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

LoadAsync() 공개 메소드

public LoadAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

ReloadEpisodes() 공개 메소드

public ReloadEpisodes ( ) : void
리턴 void

ReloadVideoAsync() 공개 메소드

public ReloadVideoAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

VideoViewerViewModel() 공개 메소드

public VideoViewerViewModel ( VideoInfoViewModel info ) : System
info VideoInfoViewModel
리턴 System

WatchAll() 공개 메소드

public WatchAll ( ) : void
리턴 void

WatchNone() 공개 메소드

public WatchNone ( ) : void
리턴 void

WatchReverse() 공개 메소드

public WatchReverse ( ) : void
리턴 void

WatchSaveAsync() 공개 메소드

public WatchSaveAsync ( ) : Task
리턴 Task