C# Class Tasque.Backends.Dummy.NoteRepository

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

Méthodes publiques

Méthode Description
NoteRepository ( DummyBackend backend ) : System
UpdateText ( INoteCore note, string text ) : string
UpdateTitle ( INoteCore note, string title ) : string

Method Details

NoteRepository() public méthode

public NoteRepository ( DummyBackend backend ) : System
backend DummyBackend
Résultat System

UpdateText() public méthode

public UpdateText ( INoteCore note, string text ) : string
note INoteCore
text string
Résultat string

UpdateTitle() public méthode

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