C# Class Tasque.Backends.Rtm.RtmTaskListRepository

Inheritance: ITaskListRepository
Mostrar archivo Open project: GNOME/tasque Class Usage Examples

Private Properties

Property Type Description
CacheNotes void
ITaskListRepository bool
ITaskListRepository string
ITaskListTaskCollectionRepo IEnumerable
ITaskListTaskCollectionRepo ITaskCore
ITaskListTaskCollectionRepo void
ITaskListTaskCollectionRepo void

Public Methods

Method Description
RtmTaskListRepository ( RtmBackend backend ) : System

Private Methods

Method Description
CacheNotes ( TaskSeries rtmTaskSeries ) : void
ITaskListRepository ( ITaskListCore taskList ) : bool
ITaskListRepository ( ITaskListCore taskList, string name ) : string
ITaskListTaskCollectionRepo ( ITaskListCore container ) : IEnumerable
ITaskListTaskCollectionRepo ( ITaskListCore container, string id ) : ITaskCore
ITaskListTaskCollectionRepo ( ITaskListCore container ) : void
ITaskListTaskCollectionRepo ( ITaskListCore container, ITaskCore item ) : void

Method Details

RtmTaskListRepository() public method

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