C# 클래스 Tasque.Data.Sqlite.SqliteTaskListRepository

상속: ITaskListRepository
파일 보기 프로젝트 열기: GNOME/tasque 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ITaskListRepository bool
ITaskListRepository string
TaskListTaskCollectionRepo IEnumerable
TaskListTaskCollectionRepo ITaskCore

공개 메소드들

메소드 설명
SqliteTaskListRepository ( Tasque.Data.Sqlite.SqliteBackend backend, Database database ) : System
TaskListTaskCollectionRepo ( ITaskListCore container ) : void
TaskListTaskCollectionRepo ( ITaskListCore container, ITaskCore item ) : void

비공개 메소드들

메소드 설명
ITaskListRepository ( ITaskListCore taskList ) : bool
ITaskListRepository ( ITaskListCore taskList, string name ) : string
TaskListTaskCollectionRepo ( ITaskListCore container ) : IEnumerable
TaskListTaskCollectionRepo ( ITaskListCore container, string id ) : ITaskCore

메소드 상세

SqliteTaskListRepository() 공개 메소드

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

TaskListTaskCollectionRepo() 공개 메소드

public TaskListTaskCollectionRepo ( ITaskListCore container ) : void
container ITaskListCore
리턴 void

TaskListTaskCollectionRepo() 공개 메소드

public TaskListTaskCollectionRepo ( ITaskListCore container, ITaskCore item ) : void
container ITaskListCore
item ITaskCore
리턴 void