C# Class Watchog.Persistence.WatchogDB

ファイルを表示 Open project: alongubkin/watchog

Public Methods

Method Description
ApplyChanges ( List movies ) : System.Threading.Tasks.Task
ApplyChanges ( List movies ) : System.Threading.Tasks.Task
GetAll ( ) : Task>
GetAllAsWrappers ( ) : Task>
GetRecentlyWatched ( int page, int moviesInPage = 10 ) : Task>
WatchogDB ( string path ) : System

Private Methods

Method Description
WatchogDB ( ) : System

Method Details

ApplyChanges() public method

public ApplyChanges ( List movies ) : System.Threading.Tasks.Task
movies List
return System.Threading.Tasks.Task

ApplyChanges() public method

public ApplyChanges ( List movies ) : System.Threading.Tasks.Task
movies List
return System.Threading.Tasks.Task

GetAll() public method

public GetAll ( ) : Task>
return Task>

GetAllAsWrappers() public method

public GetAllAsWrappers ( ) : Task>
return Task>

GetRecentlyWatched() public method

public GetRecentlyWatched ( int page, int moviesInPage = 10 ) : Task>
page int
moviesInPage int
return Task>

WatchogDB() public method

public WatchogDB ( string path ) : System
path string
return System