C# Class Tasque.Data.Sqlite.SqliteTaskListRepository

Inheritance: ITaskListRepository
Afficher le fichier Open project: GNOME/tasque Class Usage Examples

Private Properties

Свойство Type Description
ITaskListRepository bool
ITaskListRepository string
TaskListTaskCollectionRepo IEnumerable
TaskListTaskCollectionRepo ITaskCore

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public SqliteTaskListRepository ( Tasque.Data.Sqlite.SqliteBackend backend, Database database ) : System
backend Tasque.Data.Sqlite.SqliteBackend
database Database
Résultat System

TaskListTaskCollectionRepo() public méthode

public TaskListTaskCollectionRepo ( ITaskListCore container ) : void
container ITaskListCore
Résultat void

TaskListTaskCollectionRepo() public méthode

public TaskListTaskCollectionRepo ( ITaskListCore container, ITaskCore item ) : void
container ITaskListCore
item ITaskCore
Résultat void