C# Class BudgetAnalyser.Budget.ChooseBudgetBucketController

Inheritance: Rees.Wpf.ControllerBase, IShellDialogInteractivity, IShellDialogToolTips
Datei anzeigen Open project: Benrnz/BudgetAnalyser Class Usage Examples

Private Properties

Property Type Description
ChooseBudgetBucketController System
OnShellDialogResponseReceived void
Reset void

Public Methods

Method Description
Filter ( bool>.Func predicate, string filterDescription ) : void
ShowDialog ( BudgetAnalyserFeature source, string title, System.Guid correlationId = null, bool showBankAccountSelector = false ) : void

Private Methods

Method Description
ChooseBudgetBucketController ( [ uiContext, [ bucketRepository, [ accountRepo ) : System
OnShellDialogResponseReceived ( ShellDialogResponseMessage message ) : void
Reset ( ) : void

Method Details

Filter() public method

public Filter ( bool>.Func predicate, string filterDescription ) : void
predicate bool>.Func
filterDescription string
return void

ShowDialog() public method

public ShowDialog ( BudgetAnalyserFeature source, string title, System.Guid correlationId = null, bool showBankAccountSelector = false ) : void
source BudgetAnalyserFeature
title string
correlationId System.Guid
showBankAccountSelector bool
return void