C# Class BudgetAnalyser.Matching.RulesController

Inheritance: Rees.Wpf.ControllerBase, IInitializableController, IShowableController
Afficher le fichier Open project: Benrnz/BudgetAnalyser

Private Properties

Свойство Type Description
AddToList void
CanExecuteDeleteRuleCommand bool
OnClosedNotificationReceived void
OnDeleteRuleCommandExecute void
OnEditRuleCommandExecute void
OnNewDataSourceAvailableNotificationReceived void
OnNewRuleCreated void
OnSavedNotificationReceived void
OnSortCommandExecute void
RemoveRule void

Méthodes publiques

Méthode Description
CreateNewRuleFromTransaction ( [ transaction ) : void
Initialize ( ) : void
RulesController ( [ uiContext, [ ruleService, [ applicationDatabaseService ) : System

Private Methods

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

Method Details

CreateNewRuleFromTransaction() public méthode

public CreateNewRuleFromTransaction ( [ transaction ) : void
transaction [
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

RulesController() public méthode

public RulesController ( [ uiContext, [ ruleService, [ applicationDatabaseService ) : System
uiContext [
ruleService [
applicationDatabaseService [
Résultat System