C# Класс BudgetAnalyser.Engine.Ledger.SavedUpForLedger

A Ledger Bucket that allows funds to accumulate from month to month. Only spending or Ledger Book Transfers will remove funds from this ledger.
Наследование: LedgerBucket
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ApplyReconciliationBehaviour ( IList transactions, System.DateTime reconciliationDate, decimal openingBalance ) : void

Allows ledger bucket specific behaviour during reconciliation.

Защищенные методы

Метод Описание
ValidateBucketSet ( BudgetBucket bucket ) : void

Validates the bucket provided is valid for use with this LedgerBucket. There is an explicit relationship between BudgetBuckets and LedgerBuckets.

Описание методов

ApplyReconciliationBehaviour() публичный Метод

Allows ledger bucket specific behaviour during reconciliation.
public ApplyReconciliationBehaviour ( IList transactions, System.DateTime reconciliationDate, decimal openingBalance ) : void
transactions IList
reconciliationDate System.DateTime
openingBalance decimal
Результат void

ValidateBucketSet() защищенный Метод

Validates the bucket provided is valid for use with this LedgerBucket. There is an explicit relationship between BudgetBuckets and LedgerBuckets.
/// Invalid budget bucket used, only Saved-Up-For-Expense-Buckets or /// Savings-Commitment-Buckets can be used with an instance of Saved-Up-For-Ledger. ///
protected ValidateBucketSet ( BudgetBucket bucket ) : void
bucket BudgetAnalyser.Engine.Budget.BudgetBucket
Результат void