C# Класс Tasque.Backends.Rtm.RtmTaskRepository

Наследование: ITaskRepository
Показать файл Открыть проект Примеры использования класса

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