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 |
|
|