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
Afficher le fichier Open project: Benrnz/BudgetAnalyser

Méthodes publiques

Méthode 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 méthode

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
Résultat BudgetAnalyser.Engine.BankAccount