C# 클래스 BudgetAnalyser.Matching.RulesController

상속: Rees.Wpf.ControllerBase, IInitializableController, IShowableController
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

Private Properties

프로퍼티 타입 설명
AddToList void
CanExecuteDeleteRuleCommand bool
OnClosedNotificationReceived void
OnDeleteRuleCommandExecute void
OnEditRuleCommandExecute void
OnNewDataSourceAvailableNotificationReceived void
OnNewRuleCreated void
OnSavedNotificationReceived void
OnSortCommandExecute void
RemoveRule void

공개 메소드들

메소드 설명
CreateNewRuleFromTransaction ( [ transaction ) : void
Initialize ( ) : void
RulesController ( [ uiContext, [ ruleService, [ applicationDatabaseService ) : System

비공개 메소드들

메소드 설명
AddToList ( MatchingRule rule ) : void
CanExecuteDeleteRuleCommand ( ) : bool
OnClosedNotificationReceived ( object sender, EventArgs eventArgs ) : void
OnDeleteRuleCommandExecute ( ) : void
OnEditRuleCommandExecute ( ) : void
OnNewDataSourceAvailableNotificationReceived ( object sender, EventArgs e ) : void
OnNewRuleCreated ( object sender, EventArgs eventArgs ) : void
OnSavedNotificationReceived ( object sender, EventArgs eventArgs ) : void
OnSortCommandExecute ( string sortBy ) : void
RemoveRule ( ) : void

메소드 상세

CreateNewRuleFromTransaction() 공개 메소드

public CreateNewRuleFromTransaction ( [ transaction ) : void
transaction [
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

RulesController() 공개 메소드

public RulesController ( [ uiContext, [ ruleService, [ applicationDatabaseService ) : System
uiContext [
ruleService [
applicationDatabaseService [
리턴 System