C# Class YanpixFinanceManager.ViewModel.AddNewCategoryViewModel

Inheritance: YanpixFinanceManager.ViewModel.Common.BindableBase
显示文件 Open project: Yanpix/FinanceManager

Public Methods

Method Description
AddNewCategoryViewModel ( INavigationService navigationService, IEntityBaseService categoryService, IPlatformEvents platformEvents ) : System

Private Methods

Method Description
BackButtonPressed ( object sender, EventArgs e ) : void
CancelAction ( object e ) : void
InitCategoryType ( ) : int
SaveAction ( object e ) : void
Validate ( ) : void

Method Details

AddNewCategoryViewModel() public method

public AddNewCategoryViewModel ( INavigationService navigationService, IEntityBaseService categoryService, IPlatformEvents platformEvents ) : System
navigationService INavigationService
categoryService IEntityBaseService
platformEvents IPlatformEvents
return System