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

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

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
SqliteTaskRepository ( Tasque.Data.Sqlite.SqliteBackend backend, Database database ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

SqliteTaskRepository() 공개 메소드

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