C# Класс DineroPortableClientSDK.Dashboard.DineroDashboard

Наследование: DineroLibaryBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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