C# 클래스 BudgetAnalyser.Budget.BudgetBucketChosenEventArgs

상속: DialogResponseEventArgs
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser 1 사용 예제들

공개 메소드들

메소드 설명
BudgetBucketChosenEventArgs ( System.Guid correlationId, BudgetBucket bucket ) : System
BudgetBucketChosenEventArgs ( System.Guid correlationId, BudgetBucket bucket, Account storeInThisAccount ) : System
BudgetBucketChosenEventArgs ( System.Guid correlationId, bool canceled ) : System

메소드 상세

BudgetBucketChosenEventArgs() 공개 메소드

public BudgetBucketChosenEventArgs ( System.Guid correlationId, BudgetBucket bucket ) : System
correlationId System.Guid
bucket BudgetAnalyser.Engine.Budget.BudgetBucket
리턴 System

BudgetBucketChosenEventArgs() 공개 메소드

public BudgetBucketChosenEventArgs ( System.Guid correlationId, BudgetBucket bucket, Account storeInThisAccount ) : System
correlationId System.Guid
bucket BudgetAnalyser.Engine.Budget.BudgetBucket
storeInThisAccount BudgetAnalyser.Engine.BankAccount.Account
리턴 System

BudgetBucketChosenEventArgs() 공개 메소드

public BudgetBucketChosenEventArgs ( System.Guid correlationId, bool canceled ) : System
correlationId System.Guid
canceled bool
리턴 System