C# Class BudgetAnalyser.Engine.Matching.SingleUseMatchingRule

A matching rule that is applied only once then deleted. For example: Used to match system generated transactions with a unique reference code.
Inheritance: MatchingRule
ファイルを表示 Open project: Benrnz/BudgetAnalyser

Public Methods

Method Description
SingleUseMatchingRule ( [ bucketRepository ) : BudgetAnalyser.Engine.Budget

Initializes a new instance of the SingleUseMatchingRule class.

Method Details

SingleUseMatchingRule() public method

Initializes a new instance of the SingleUseMatchingRule class.
public SingleUseMatchingRule ( [ bucketRepository ) : BudgetAnalyser.Engine.Budget
bucketRepository [ The bucket repository.
return BudgetAnalyser.Engine.Budget