C# 클래스 Tasque.Backends.Rtm.RtmTaskRepository

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

Private Properties

프로퍼티 타입 설명
INoteCollectionRepo IEnumerable
INoteCollectionRepo INoteCore
INoteCollectionRepo void
INoteCollectionRepo void
ITaskRepository System.DateTime
ITaskRepository INoteCore
ITaskRepository TaskPriority
ITaskRepository string
ITaskRepository void
ITaskTaskCollectionRepo IEnumerable
ITaskTaskCollectionRepo ITaskCore
ITaskTaskCollectionRepo void
ITaskTaskCollectionRepo void

공개 메소드들

메소드 설명
RtmTaskRepository ( RtmBackend backend ) : System

비공개 메소드들

메소드 설명
INoteCollectionRepo ( ITaskCore container ) : IEnumerable
INoteCollectionRepo ( ITaskCore container, string id ) : INoteCore
INoteCollectionRepo ( ITaskCore container ) : void
INoteCollectionRepo ( ITaskCore container, INoteCore item ) : void
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
ITaskTaskCollectionRepo ( ITaskCore container ) : IEnumerable
ITaskTaskCollectionRepo ( ITaskCore container, string id ) : ITaskCore
ITaskTaskCollectionRepo ( ITaskCore container ) : void
ITaskTaskCollectionRepo ( ITaskCore container, ITaskCore item ) : void

메소드 상세

RtmTaskRepository() 공개 메소드

public RtmTaskRepository ( RtmBackend backend ) : System
backend RtmBackend
리턴 System