C# Class Tasque.Backends.Rtm.RtmNoteRepository

Inheritance: INoteRepository
Afficher le fichier Open project: GNOME/tasque Class Usage Examples

Méthodes publiques

Méthode Description
RtmNoteRepository ( RtmBackend backend ) : System
UpdateTitle ( INoteCore note, string title ) : string

Private Methods

Méthode Description
INoteRepository ( INoteCore note, string text ) : string
UpdateNote ( INoteCore note, string title, string text ) : void

Method Details

RtmNoteRepository() public méthode

public RtmNoteRepository ( RtmBackend backend ) : System
backend RtmBackend
Résultat System

UpdateTitle() public méthode

public UpdateTitle ( INoteCore note, string title ) : string
note INoteCore
title string
Résultat string