C# Class BudgetAnalyser.Matching.AppliedRulesController

Datei anzeigen Open project: Benrnz/BudgetAnalyser

Private Properties

Property Type Description
CanExecuteApplyRulesCommand bool
CanExecuteCreateRuleCommand bool
OnApplyRulesCommandExecute void
OnCreateRuleCommandExecute void
OnSavedNotificationReceived void
OnShowRulesCommandExecute void

Public Methods

Method Description
AppliedRulesController ( [ uiContext, [ ruleService, [ applicationDatabaseService ) : System

Private Methods

Method Description
CanExecuteApplyRulesCommand ( ) : bool
CanExecuteCreateRuleCommand ( ) : bool
OnApplyRulesCommandExecute ( ) : void
OnCreateRuleCommandExecute ( ) : void
OnSavedNotificationReceived ( object sender, EventArgs eventArgs ) : void
OnShowRulesCommandExecute ( ) : void

Method Details

AppliedRulesController() public method

public AppliedRulesController ( [ uiContext, [ ruleService, [ applicationDatabaseService ) : System
uiContext [
ruleService [
applicationDatabaseService [
return System