C# Class BudgetAnalyser.Engine.Ledger.TransferTask

A To Do Task that represents a need to manually perform a transfer in order to balance the ledger buckets.
Inheritance: ToDoTask
Exibir arquivo Open project: Benrnz/BudgetAnalyser

Public Methods

Method Description
TransferTask ( string description, bool systemGenerated = false, bool canDelete = true ) : BudgetAnalyser.Engine.BankAccount

Initializes a new instance of the TransferTask class.

Method Details

TransferTask() public method

Initializes a new instance of the TransferTask class.
public TransferTask ( string description, bool systemGenerated = false, bool canDelete = true ) : BudgetAnalyser.Engine.BankAccount
description string
systemGenerated bool
canDelete bool
return BudgetAnalyser.Engine.BankAccount