C# Class BudgetAnalyser.Budget.BudgetController

Inheritance: Rees.Wpf.ControllerBase, IShowableController
Mostra file Open project: Benrnz/BudgetAnalyser

Private Properties

Property Type Description
BudgetController System
BudgetModelOnPropertyChanged void
CanExecuteShowPieCommand bool
OnAddNewBudgetCommandExecuted void
OnAddNewBudgetReady void
OnAddNewExpenseExecute void
OnAddNewIncomeExecute void
OnClosedNotificationReceived void
OnDeleteBudgetItemCommandExecute void
OnDetailsCommandExecute void
OnExpenseAmountPropertyChanged void
OnIncomeAmountPropertyChanged void
OnNewDataSourceAvailableNotificationReceived void
OnPopUpResponseReceived void
OnSavedNotificationReceived void
OnSavingNotificationReceived void
OnShowAllCommandExecuted void
OnShowPieCommandExecuted void
OnValidatingNotificationReceived void
ReleaseListBindingEvents void
SelectOtherBudget void
ShowOtherBudget void
SubscribeListBindingEvents void
SyncDataFromBudgetService void
SyncDataToBudgetService void

Protected Methods

Method Description
PromptUserForLastModifiedComment ( ) : string

Private Methods

Method Description
BudgetController ( [ uiContext, [ maintenanceService, [ applicationDatabaseService ) : System
BudgetModelOnPropertyChanged ( object sender, PropertyChangedEventArgs propertyChangedEventArgs ) : void
CanExecuteShowPieCommand ( ) : bool
OnAddNewBudgetCommandExecuted ( ) : void
OnAddNewBudgetReady ( object sender, EventArgs e ) : void
OnAddNewExpenseExecute ( ExpenseBucket expense ) : void
OnAddNewIncomeExecute ( ) : void
OnClosedNotificationReceived ( object sender, EventArgs eventArgs ) : void
OnDeleteBudgetItemCommandExecute ( object budgetItem ) : void
OnDetailsCommandExecute ( ) : void
OnExpenseAmountPropertyChanged ( object sender, EventArgs propertyChangedEventArgs ) : void
OnIncomeAmountPropertyChanged ( object sender, EventArgs propertyChangedEventArgs ) : void
OnNewDataSourceAvailableNotificationReceived ( object sender, EventArgs eventArgs ) : void
OnPopUpResponseReceived ( ShellDialogResponseMessage message ) : void
OnSavedNotificationReceived ( object sender, EventArgs eventArgs ) : void
OnSavingNotificationReceived ( object sender, AdditionalInformationRequestedEventArgs args ) : void
OnShowAllCommandExecuted ( ) : void
OnShowPieCommandExecuted ( ) : void
OnValidatingNotificationReceived ( object sender, ValidatingEventArgs eventArgs ) : void
ReleaseListBindingEvents ( ) : void
SelectOtherBudget ( ) : void
ShowOtherBudget ( BudgetModel budgetToShow ) : void
SubscribeListBindingEvents ( ) : void
SyncDataFromBudgetService ( ) : void
SyncDataToBudgetService ( ) : void

Method Details

PromptUserForLastModifiedComment() protected method

protected PromptUserForLastModifiedComment ( ) : string
return string