C# Class Tasque.Backends.Rtm.RtmNoteRepository

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

Public Methods

Method Description
RtmNoteRepository ( RtmBackend backend ) : System
UpdateTitle ( INoteCore note, string title ) : string

Private Methods

Method Description
INoteRepository ( INoteCore note, string text ) : string
UpdateNote ( INoteCore note, string title, string text ) : void

Method Details

RtmNoteRepository() public method

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

UpdateTitle() public method

public UpdateTitle ( INoteCore note, string title ) : string
note INoteCore
title string
return string