Method | Description | |
---|---|---|
ToDoTask ( string description, bool systemGenerated = false, bool canDelete = true ) |
Initializes a new instance of the ToDoTask class.
|
Method | Description | |
---|---|---|
ToDoTask ( ) |
Used only for persistence. If you're consuming this outside a Mapper, you're using this constructor incorrectly.
|
public ToDoTask ( string description, bool systemGenerated = false, bool canDelete = true ) | ||
description | string | |
systemGenerated | bool | |
canDelete | bool |