C# Class BudgetAnalyser.Engine.Budget.BudgetBucketPaternity

A comparison class used to determine if a bucket is considered in the same "family" as another. For example: Any derivative of SurplusBucket is considered a subset of Surplus, so it is considered to be in the same family. Given any FixedBudgetProjectBucket and and any other SurplusBucket or FixedBudgetProjectBucket the OfSameBucketFamily will return true.
Show file Open project: Benrnz/BudgetAnalyser Class Usage Examples

Private Methods

Method Description
OfSameBucketFamily ( BudgetBucket bucket1, BudgetBucket bucket2 ) : bool