C# Class Tasque.Backends.Rtm.RtmTaskRepository

Inheritance: ITaskRepository
显示文件 Open project: GNOME/tasque Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
RtmTaskRepository ( RtmBackend backend ) : System

Private Methods

Method Description
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

Method Details

RtmTaskRepository() public method

public RtmTaskRepository ( RtmBackend backend ) : System
backend RtmBackend
return System