C# Class Tasque.Data.TasqueObjectFactory

Show file Open project: GNOME/tasque Class Usage Examples

Public Methods

Method Description
CreateCompletedTask ( string id, string text, System.DateTime completionDate ) : ITaskCore
CreateDiscardedTask ( string id, string text ) : ITaskCore
CreateNote ( string id ) : INoteCore
CreateSmartTaskList ( string id, string name ) : ITaskListCore
CreateTask ( string id, string text ) : ITaskCore
CreateTaskList ( string id, string name ) : ITaskListCore
TasqueObjectFactory ( ITaskListRepository taskListRepo, ITaskRepository taskRepo, INoteRepository noteRepo = null ) : System

Method Details

CreateCompletedTask() public method

public CreateCompletedTask ( string id, string text, System.DateTime completionDate ) : ITaskCore
id string
text string
completionDate System.DateTime
return ITaskCore

CreateDiscardedTask() public method

public CreateDiscardedTask ( string id, string text ) : ITaskCore
id string
text string
return ITaskCore

CreateNote() public method

public CreateNote ( string id ) : INoteCore
id string
return INoteCore

CreateSmartTaskList() public method

public CreateSmartTaskList ( string id, string name ) : ITaskListCore
id string
name string
return ITaskListCore

CreateTask() public method

public CreateTask ( string id, string text ) : ITaskCore
id string
text string
return ITaskCore

CreateTaskList() public method

public CreateTaskList ( string id, string name ) : ITaskListCore
id string
name string
return ITaskListCore

TasqueObjectFactory() public method

public TasqueObjectFactory ( ITaskListRepository taskListRepo, ITaskRepository taskRepo, INoteRepository noteRepo = null ) : System
taskListRepo ITaskListRepository
taskRepo ITaskRepository
noteRepo INoteRepository
return System