C# 클래스 YanpixFinanceManager.ViewModel.MoneyBoxViewModel

상속: YanpixFinanceManager.ViewModel.Common.BindableBase
파일 보기 프로젝트 열기: Yanpix/FinanceManager

공개 메소드들

메소드 설명
MoneyBoxViewModel ( INavigationService navigationService, IEntityBaseService moneyBoxService, IEntityBaseService reportingPeriodService, IEntityBaseService transactionsService, IEntityBaseService categoriesService, IPlatformEvents platformEvents ) : System

비공개 메소드들

메소드 설명
AscendingAction ( object e ) : void
BackButtonPressed ( object sender, EventArgs e ) : void
DeleteMoneyBoxAction ( object e ) : void
DescendingAction ( object e ) : void
EditMoneyBoxAction ( object e ) : void
ExpenceAction ( object e ) : void
FilterAllAction ( object e ) : void
FilterExpencesAction ( object e ) : void
FilterIncomesAction ( object e ) : void
FilterTransactions ( ) : ObservableCollection
IncomeAction ( object e ) : void
InitCategories ( ) : ObservableCollection
InitMoneyBox ( ) : MoneyBoxWithBars
ShowYearAction ( object e ) : void
SortByAmountAction ( object e ) : void
SortByCategoryAction ( object e ) : void
SortByCurrencyAction ( object e ) : void
SortByDateAction ( object e ) : void

메소드 상세

MoneyBoxViewModel() 공개 메소드

public MoneyBoxViewModel ( INavigationService navigationService, IEntityBaseService moneyBoxService, IEntityBaseService reportingPeriodService, IEntityBaseService transactionsService, IEntityBaseService categoriesService, IPlatformEvents platformEvents ) : System
navigationService INavigationService
moneyBoxService IEntityBaseService
reportingPeriodService IEntityBaseService
transactionsService IEntityBaseService
categoriesService IEntityBaseService
platformEvents IPlatformEvents
리턴 System