C# Class BudgetAnalyser.Engine.Widgets.DisusedMatchingRuleWidget

Monitors the number disused matching rules. The more matching rules there are the slower the auto matching process is. This widget helps find unused rules so they can be cleaned up.
Inheritance: Widget
Datei anzeigen Open project: Benrnz/BudgetAnalyser

Private Properties

Property Type Description

Public Methods

Method Description
DisusedMatchingRuleWidget ( ) : System

Initializes a new instance of the DisusedMatchingRuleWidget class.

QueryRules ( IEnumerable allRules ) : IEnumerable

Returns a query that filters to disused rules

Update ( ) : void

Updates the widget with new input.

Method Details

DisusedMatchingRuleWidget() public method

Initializes a new instance of the DisusedMatchingRuleWidget class.
public DisusedMatchingRuleWidget ( ) : System
return System

QueryRules() public static method

Returns a query that filters to disused rules
public static QueryRules ( IEnumerable allRules ) : IEnumerable
allRules IEnumerable
return IEnumerable

Update() public method

Updates the widget with new input.
public Update ( ) : void
return void