C# 클래스 myProducts.Xamarin.ViewModels.StatisticsPageViewModel

상속: BaseViewModel, IStatisticsPageViewModel
파일 보기 프로젝트 열기: ChristianWeyer/myProducts-End-to-End

공개 메소드들

메소드 설명
DownloadDistributionData ( ) : System.Threading.Tasks.Task
DownloadSalesData ( ) : System.Threading.Tasks.Task
StatisticsPageViewModel ( IStatisticsServiceClient statisticsServiceClient ) : System

비공개 메소드들

메소드 설명
CreateDistributionPlotModel ( IEnumerable data ) : OxyPlot.PlotModel
CreateSalesPlotModel ( IEnumerable data ) : OxyPlot.PlotModel
GetDefaultTextColor ( ) : OxyPlot.OxyColor

메소드 상세

DownloadDistributionData() 공개 메소드

public DownloadDistributionData ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

DownloadSalesData() 공개 메소드

public DownloadSalesData ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

StatisticsPageViewModel() 공개 메소드

public StatisticsPageViewModel ( IStatisticsServiceClient statisticsServiceClient ) : System
statisticsServiceClient IStatisticsServiceClient
리턴 System