C# Class BudgetAnalyser.Engine.Ledger.ToDoTask

A task item for use with the ToDoCollection.
Datei anzeigen Open project: Benrnz/BudgetAnalyser Class Usage Examples

Public Methods

Method Description
ToDoTask ( string description, bool systemGenerated = false, bool canDelete = true )

Initializes a new instance of the ToDoTask class.

Private Methods

Method Description
ToDoTask ( )

Used only for persistence. If you're consuming this outside a Mapper, you're using this constructor incorrectly.

Method Details

ToDoTask() public method

Initializes a new instance of the ToDoTask class.
public ToDoTask ( string description, bool systemGenerated = false, bool canDelete = true )
description string
systemGenerated bool
canDelete bool