C# 클래스 DineroPortableClientSDK.Dashboard.DineroDashboard

상속: DineroLibaryBase
파일 보기 프로젝트 열기: DineroRegnskab/dinero-csharp-sdk

공개 메소드들

메소드 설명
GetDashboard ( System.DateTime startDate = null, System.DateTime endDate = null ) : Dashboard

Get the dashboard data with income and expenses for the organization, for a given time periode

GetDashboardAsync ( System.DateTime startDate = null, System.DateTime endDate = null ) : Task

Get the dashboard data with income and expenses for the organization, for a given time periode

비공개 메소드들

메소드 설명
DineroDashboard ( Dinero dinero ) : System

메소드 상세

GetDashboard() 공개 메소드

Get the dashboard data with income and expenses for the organization, for a given time periode
public GetDashboard ( System.DateTime startDate = null, System.DateTime endDate = null ) : Dashboard
startDate System.DateTime Start date. If you define a start date, you also need to define and end date. /// You can only get dashboard for the last 12 months. If start and end date are both empty, the last 6 months are returned. ///
endDate System.DateTime End date. If you define a end date, you also need to define and start date. /// You can only get dashboard for the last 12 months. If start and end date are both empty, the last 6 months are returned. ///
리턴 Dashboard

GetDashboardAsync() 공개 메소드

Get the dashboard data with income and expenses for the organization, for a given time periode
public GetDashboardAsync ( System.DateTime startDate = null, System.DateTime endDate = null ) : Task
startDate System.DateTime Start date. If you define a start date, you also need to define and end date. /// You can only get dashboard for the last 12 months. If start and end date are both empty, the last 6 months are returned. ///
endDate System.DateTime End date. If you define a end date, you also need to define and start date. /// You can only get dashboard for the last 12 months. If start and end date are both empty, the last 6 months are returned. ///
리턴 Task