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
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

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