C# Класс 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.
Наследование: Widget
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

DisusedMatchingRuleWidget() публичный Метод

Initializes a new instance of the DisusedMatchingRuleWidget class.
public DisusedMatchingRuleWidget ( ) : System
Результат System

QueryRules() публичный статический Метод

Returns a query that filters to disused rules
public static QueryRules ( IEnumerable allRules ) : IEnumerable
allRules IEnumerable
Результат IEnumerable

Update() публичный Метод

Updates the widget with new input.
public Update ( ) : void
Результат void