C# Class BudgetAnalyser.Budget.BudgetBucketChosenEventArgs

Inheritance: DialogResponseEventArgs
Mostra file Open project: Benrnz/BudgetAnalyser Class Usage Examples

Public Methods

Method Description
BudgetBucketChosenEventArgs ( System.Guid correlationId, BudgetBucket bucket ) : System
BudgetBucketChosenEventArgs ( System.Guid correlationId, BudgetBucket bucket, Account storeInThisAccount ) : System
BudgetBucketChosenEventArgs ( System.Guid correlationId, bool canceled ) : System

Method Details

BudgetBucketChosenEventArgs() public method

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

BudgetBucketChosenEventArgs() public method

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

BudgetBucketChosenEventArgs() public method

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