C# Class BudgetAnalyser.Budget.BudgetBucketChosenEventArgs

Inheritance: DialogResponseEventArgs
Afficher le fichier Open project: Benrnz/BudgetAnalyser Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BudgetBucketChosenEventArgs ( System.Guid correlationId, BudgetBucket bucket ) : System
correlationId System.Guid
bucket BudgetAnalyser.Engine.Budget.BudgetBucket
Résultat System

BudgetBucketChosenEventArgs() public méthode

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

BudgetBucketChosenEventArgs() public méthode

public BudgetBucketChosenEventArgs ( System.Guid correlationId, bool canceled ) : System
correlationId System.Guid
canceled bool
Résultat System