C# Class Tasque.Data.Sqlite.SqliteTaskListRepository

Inheritance: ITaskListRepository
Mostrar archivo Open project: GNOME/tasque Class Usage Examples

Private Properties

Property Type Description
ITaskListRepository bool
ITaskListRepository string
TaskListTaskCollectionRepo IEnumerable
TaskListTaskCollectionRepo ITaskCore

Public Methods

Method Description
SqliteTaskListRepository ( Tasque.Data.Sqlite.SqliteBackend backend, Database database ) : System
TaskListTaskCollectionRepo ( ITaskListCore container ) : void
TaskListTaskCollectionRepo ( ITaskListCore container, ITaskCore item ) : void

Private Methods

Method Description
ITaskListRepository ( ITaskListCore taskList ) : bool
ITaskListRepository ( ITaskListCore taskList, string name ) : string
TaskListTaskCollectionRepo ( ITaskListCore container ) : IEnumerable
TaskListTaskCollectionRepo ( ITaskListCore container, string id ) : ITaskCore

Method Details

SqliteTaskListRepository() public method

public SqliteTaskListRepository ( Tasque.Data.Sqlite.SqliteBackend backend, Database database ) : System
backend Tasque.Data.Sqlite.SqliteBackend
database Database
return System

TaskListTaskCollectionRepo() public method

public TaskListTaskCollectionRepo ( ITaskListCore container ) : void
container ITaskListCore
return void

TaskListTaskCollectionRepo() public method

public TaskListTaskCollectionRepo ( ITaskListCore container, ITaskCore item ) : void
container ITaskListCore
item ITaskCore
return void