C# 클래스 BudgetAnalyser.Engine.Budget.SpentMonthlyExpenseBucket

A spent monthly expense bucket. This kind of bucket will not accumulate funds from month to month. Any unspent funds at the end of the month are transfered to surplus.
상속: BillToPayExpenseBucket
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser 1 사용 예제들

공개 메소드들

메소드 설명
SpentMonthlyExpenseBucket ( )

Initializes a new instance of the SpentMonthlyExpenseBucket class.

SpentMonthlyExpenseBucket ( string code, string name )

Initializes a new instance of the SpentMonthlyExpenseBucket class.

메소드 상세

SpentMonthlyExpenseBucket() 공개 메소드

Initializes a new instance of the SpentMonthlyExpenseBucket class.

SpentMonthlyExpenseBucket() 공개 메소드

Initializes a new instance of the SpentMonthlyExpenseBucket class.
public SpentMonthlyExpenseBucket ( string code, string name )
code string
name string