C# Class myProducts.Xamarin.ViewModels.StatisticsPageViewModel

Inheritance: BaseViewModel, IStatisticsPageViewModel
显示文件 Open project: ChristianWeyer/myProducts-End-to-End

Public Methods

Method Description
DownloadDistributionData ( ) : System.Threading.Tasks.Task
DownloadSalesData ( ) : System.Threading.Tasks.Task
StatisticsPageViewModel ( IStatisticsServiceClient statisticsServiceClient ) : System

Private Methods

Method Description
CreateDistributionPlotModel ( IEnumerable data ) : OxyPlot.PlotModel
CreateSalesPlotModel ( IEnumerable data ) : OxyPlot.PlotModel
GetDefaultTextColor ( ) : OxyPlot.OxyColor

Method Details

DownloadDistributionData() public method

public DownloadDistributionData ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

DownloadSalesData() public method

public DownloadSalesData ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

StatisticsPageViewModel() public method

public StatisticsPageViewModel ( IStatisticsServiceClient statisticsServiceClient ) : System
statisticsServiceClient IStatisticsServiceClient
return System