C# Class Tasque.Backends.Dummy.TaskRepository

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

Private Properties

Свойство Type Description
CreateNote INoteCore
INoteCollectionRepo IEnumerable
INoteCollectionRepo INoteCore
INoteCollectionRepo void
INoteCollectionRepo void
ITaskCollectionRepo IEnumerable
ITaskCollectionRepo ITaskCore
ITaskCollectionRepo void
ITaskCollectionRepo void

Méthodes publiques

Méthode Description
Activate ( ITaskCore task ) : void
Complete ( ITaskCore task, System.DateTime completionDate ) : System.DateTime
Discard ( ITaskCore task ) : void
TaskRepository ( DummyBackend backend ) : System
UpdateDueDate ( ITaskCore task, System.DateTime dueDate ) : System.DateTime
UpdateNote ( ITaskCore task, INoteCore note ) : INoteCore
UpdatePriority ( ITaskCore task, TaskPriority priority ) : TaskPriority
UpdateText ( ITaskCore task, string text ) : string

Private Methods

Méthode Description
CreateNote ( DummyNote dummyNote ) : INoteCore
INoteCollectionRepo ( ITaskCore container ) : IEnumerable
INoteCollectionRepo ( ITaskCore container, string id ) : INoteCore
INoteCollectionRepo ( ITaskCore container ) : void
INoteCollectionRepo ( ITaskCore task, INoteCore note ) : void
ITaskCollectionRepo ( ITaskCore container ) : IEnumerable
ITaskCollectionRepo ( ITaskCore container, string id ) : ITaskCore
ITaskCollectionRepo ( ITaskCore container ) : void
ITaskCollectionRepo ( ITaskCore container, ITaskCore item ) : void

Method Details

Activate() public méthode

public Activate ( ITaskCore task ) : void
task ITaskCore
Résultat void

Complete() public méthode

public Complete ( ITaskCore task, System.DateTime completionDate ) : System.DateTime
task ITaskCore
completionDate System.DateTime
Résultat System.DateTime

Discard() public méthode

public Discard ( ITaskCore task ) : void
task ITaskCore
Résultat void

TaskRepository() public méthode

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

UpdateDueDate() public méthode

public UpdateDueDate ( ITaskCore task, System.DateTime dueDate ) : System.DateTime
task ITaskCore
dueDate System.DateTime
Résultat System.DateTime

UpdateNote() public méthode

public UpdateNote ( ITaskCore task, INoteCore note ) : INoteCore
task ITaskCore
note INoteCore
Résultat INoteCore

UpdatePriority() public méthode

public UpdatePriority ( ITaskCore task, TaskPriority priority ) : TaskPriority
task ITaskCore
priority TaskPriority
Résultat TaskPriority

UpdateText() public méthode

public UpdateText ( ITaskCore task, string text ) : string
task ITaskCore
text string
Résultat string