C# Class FinanceManager.ViewModel.MoneyBoxViewModel

Inheritance: BindableBase
Exibir arquivo Open project: Yanpix/FinanceManager

Public Methods

Method Description
MoneyBoxViewModel ( ) : System

Private Methods

Method Description
AddExpence ( ) : void
AddIncome ( ) : void
CalculateAverageExpencePerDay ( ) : double
CalculateAverageIncomePerDay ( ) : double
CalculateTotalExpence ( ) : decimal
CalculateTotalIncome ( ) : decimal
DeleteAllTransactions ( ) : void
EditMoneyBox ( ) : void
GetMostProfitableCategory ( ) : string
GetMostUnprofitableCategory ( ) : string
GoToSelectedTransaction ( ) : void
LoadExpenceTransactions ( ) : List
LoadExpencesByCategory ( ) : List
LoadIncomeTransactions ( ) : List
LoadIncomesByCategory ( ) : List
LoadMoneyBox ( ) : MoneyBox
LoadSelectedPivotItem ( int currentPivotItem ) : int
SwitchCommandBarsVisibility ( ) : void

Method Details

MoneyBoxViewModel() public method

public MoneyBoxViewModel ( ) : System
return System