C# Class DineroPortableClientSDK.Dashboard.DineroDashboard

Inheritance: DineroLibaryBase
Show file Open project: DineroRegnskab/dinero-csharp-sdk

Public Methods

Method Description
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

Private Methods

Method Description
DineroDashboard ( Dinero dinero ) : System

Method Details

GetDashboard() public method

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. ///
return Dashboard

GetDashboardAsync() public method

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. ///
return Task