C# 클래스 BudgetAnalyser.Budget.ChooseBudgetBucketController

상속: Rees.Wpf.ControllerBase, IShellDialogInteractivity, IShellDialogToolTips
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ChooseBudgetBucketController System
OnShellDialogResponseReceived void
Reset void

공개 메소드들

메소드 설명
Filter ( bool>.Func predicate, string filterDescription ) : void
ShowDialog ( BudgetAnalyserFeature source, string title, System.Guid correlationId = null, bool showBankAccountSelector = false ) : void

비공개 메소드들

메소드 설명
ChooseBudgetBucketController ( [ uiContext, [ bucketRepository, [ accountRepo ) : System
OnShellDialogResponseReceived ( ShellDialogResponseMessage message ) : void
Reset ( ) : void

메소드 상세

Filter() 공개 메소드

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

ShowDialog() 공개 메소드

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