C# Class BudgetAnalyser.Matching.NewRuleController

Inheritance: Rees.Wpf.ControllerBase, IInitializableController, IShellDialogInteractivity, IShellDialogToolTips
Mostrar archivo Open project: Benrnz/BudgetAnalyser Class Usage Examples

Public Methods

Method Description
Initialize ( ) : void
NewRuleController ( [ uiContext, [ rulesService, [ bucketRepo ) : System
ShowDialog ( IEnumerable allRules ) : void

Private Methods

Method Description
OnCriteriaValuePropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
OnShellDialogResponseReceived ( ShellDialogResponseMessage message ) : void
RefreshSimilarRules ( ) : void
UpdateSimilarRules ( ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

NewRuleController() public method

public NewRuleController ( [ uiContext, [ rulesService, [ bucketRepo ) : System
uiContext [
rulesService [
bucketRepo [
return System

ShowDialog() public method

public ShowDialog ( IEnumerable allRules ) : void
allRules IEnumerable
return void