Property | Type | Description | |
---|---|---|---|
ITaskListRepository | bool | ||
ITaskListRepository | string | ||
TaskListTaskCollectionRepo | IEnumerable |
||
TaskListTaskCollectionRepo | ITaskCore |
Method | Description | |
---|---|---|
SqliteTaskListRepository ( Tasque.Data.Sqlite.SqliteBackend backend, |
||
TaskListTaskCollectionRepo ( ITaskListCore container ) : void | ||
TaskListTaskCollectionRepo ( ITaskListCore container, ITaskCore item ) : void |
Method | Description | |
---|---|---|
ITaskListRepository ( ITaskListCore taskList ) : bool | ||
ITaskListRepository ( ITaskListCore taskList, string name ) : string | ||
TaskListTaskCollectionRepo ( ITaskListCore container ) : IEnumerable |
||
TaskListTaskCollectionRepo ( ITaskListCore container, string id ) : ITaskCore |
public SqliteTaskListRepository ( Tasque.Data.Sqlite.SqliteBackend backend, |
||
backend | Tasque.Data.Sqlite.SqliteBackend | |
database | ||
return | System |
public TaskListTaskCollectionRepo ( ITaskListCore container ) : void | ||
container | ITaskListCore | |
return | void |
public TaskListTaskCollectionRepo ( ITaskListCore container, ITaskCore item ) : void | ||
container | ITaskListCore | |
item | ITaskCore | |
return | void |