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

The surplus budget bucket. There can be only one Surplus bucket. This is a special system bucket that contains any left over funds after filling all the other buckets.
상속: BudgetBucket
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser 1 사용 예제들

공개 메소드들

메소드 설명
SurplusBucket ( )

Initializes a new instance of the SurplusBucket class.

보호된 메소드들

메소드 설명
SurplusBucket ( string bucketCode, string description )

Initializes a new instance of the SurplusBucket class.

메소드 상세

SurplusBucket() 공개 메소드

Initializes a new instance of the SurplusBucket class.
public SurplusBucket ( )

SurplusBucket() 보호된 메소드

Initializes a new instance of the SurplusBucket class.
protected SurplusBucket ( string bucketCode, string description )
bucketCode string
description string