C# Class Tasque.Data.Sqlite.SqliteTaskRepository

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

Private Properties

Property Type Description
ITaskRepository System.DateTime
ITaskRepository INoteCore
ITaskRepository TaskPriority
ITaskRepository string
ITaskRepository void
NoteCollectionRepo IEnumerable
NoteCollectionRepo INoteCore
NoteCollectionRepo void
NoteCollectionRepo void
TaskTaskCollectionRepo IEnumerable
TaskTaskCollectionRepo ITaskCore
TaskTaskCollectionRepo void
TaskTaskCollectionRepo void

Public Methods

Method Description
SqliteTaskRepository ( Tasque.Data.Sqlite.SqliteBackend backend, Database database ) : System

Private Methods

Method Description
ITaskRepository ( ITaskCore task, System.DateTime completionDate ) : System.DateTime
ITaskRepository ( ITaskCore task, INoteCore note ) : INoteCore
ITaskRepository ( ITaskCore task, TaskPriority priority ) : TaskPriority
ITaskRepository ( ITaskCore task, string text ) : string
ITaskRepository ( ITaskCore task ) : void
NoteCollectionRepo ( ITaskCore container ) : IEnumerable
NoteCollectionRepo ( ITaskCore container, string id ) : INoteCore
NoteCollectionRepo ( ITaskCore container ) : void
NoteCollectionRepo ( ITaskCore container, INoteCore item ) : void
TaskTaskCollectionRepo ( ITaskCore container ) : IEnumerable
TaskTaskCollectionRepo ( ITaskCore container, string id ) : ITaskCore
TaskTaskCollectionRepo ( ITaskCore container ) : void
TaskTaskCollectionRepo ( ITaskCore container, ITaskCore item ) : void

Method Details

SqliteTaskRepository() public method

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