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
Afficher le fichier Open project: Benrnz/BudgetAnalyser

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the DisusedMatchingRuleWidget class.
public DisusedMatchingRuleWidget ( ) : System
Résultat System

QueryRules() public static méthode

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

Update() public méthode

Updates the widget with new input.
public Update ( ) : void
Résultat void