C# 클래스 BudgetAnalyser.Engine.Ledger.TransferTask

A To Do Task that represents a need to manually perform a transfer in order to balance the ledger buckets.
상속: ToDoTask
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

공개 메소드들

메소드 설명
TransferTask ( string description, bool systemGenerated = false, bool canDelete = true ) : BudgetAnalyser.Engine.BankAccount

Initializes a new instance of the TransferTask class.

메소드 상세

TransferTask() 공개 메소드

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
리턴 BudgetAnalyser.Engine.BankAccount