C# Class BudgetAnalyser.Engine.Matching.SimilarMatchedRule

Used for the purpose of showing similar rules as a check when creating a new rule.
Inheritance: MatchingRule
ファイルを表示 Open project: Benrnz/BudgetAnalyser Class Usage Examples

Public Methods

Method Description
SimilarMatchedRule ( [ bucketRepository, [ rule ) : System

Initializes a new instance of the SimilarMatchedRule class.

Method Details

SimilarMatchedRule() public method

Initializes a new instance of the SimilarMatchedRule class.
public SimilarMatchedRule ( [ bucketRepository, [ rule ) : System
bucketRepository [ The bucket repository.
rule [ The rule.
return System