Property | Type | Description | |
---|---|---|---|
CreateNote | INoteCore | ||
INoteCollectionRepo | IEnumerable |
||
INoteCollectionRepo | INoteCore | ||
INoteCollectionRepo | void | ||
INoteCollectionRepo | void | ||
ITaskCollectionRepo | IEnumerable |
||
ITaskCollectionRepo | ITaskCore | ||
ITaskCollectionRepo | void | ||
ITaskCollectionRepo | void |
Method | Description | |
---|---|---|
Activate ( ITaskCore task ) : void | ||
Complete ( ITaskCore task, System.DateTime completionDate ) : System.DateTime | ||
Discard ( ITaskCore task ) : void | ||
TaskRepository ( |
||
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 |
Method | Description | |
---|---|---|
CreateNote ( |
||
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 |
public Complete ( ITaskCore task, System.DateTime completionDate ) : System.DateTime | ||
task | ITaskCore | |
completionDate | System.DateTime | |
return | System.DateTime |
public TaskRepository ( |
||
backend | ||
return | System |
public UpdateDueDate ( ITaskCore task, System.DateTime dueDate ) : System.DateTime | ||
task | ITaskCore | |
dueDate | System.DateTime | |
return | System.DateTime |
public UpdateNote ( ITaskCore task, INoteCore note ) : INoteCore | ||
task | ITaskCore | |
note | INoteCore | |
return | INoteCore |
public UpdatePriority ( ITaskCore task, TaskPriority priority ) : TaskPriority | ||
task | ITaskCore | |
priority | TaskPriority | |
return | TaskPriority |
public UpdateText ( ITaskCore task, string text ) : string | ||
task | ITaskCore | |
text | string | |
return | string |