C# Class BudgetAnalyser.Matching.NewRuleController

Inheritance: Rees.Wpf.ControllerBase, IInitializableController, IShellDialogInteractivity, IShellDialogToolTips
Afficher le fichier Open project: Benrnz/BudgetAnalyser Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

NewRuleController() public méthode

public NewRuleController ( [ uiContext, [ rulesService, [ bucketRepo ) : System
uiContext [
rulesService [
bucketRepo [
Résultat System

ShowDialog() public méthode

public ShowDialog ( IEnumerable allRules ) : void
allRules IEnumerable
Résultat void