C# Class BudgetAnalyser.Engine.Reports.BurnDownCharts

A data class used to store compiled results for a series of charts. Primarily a collection of BurnDownChartAnalyserResult that describes each chart and some overarching meta-data for all charts.
Afficher le fichier Open project: Benrnz/BudgetAnalyser Class Usage Examples

Méthodes publiques

Méthode Description
BurnDownCharts ( System.DateTime beginDate, string dateRangeDescription, IEnumerable listOfCharts ) : System

Initializes a new instance of the BurnDownCharts class.

Method Details

BurnDownCharts() public méthode

Initializes a new instance of the BurnDownCharts class.
public BurnDownCharts ( System.DateTime beginDate, string dateRangeDescription, IEnumerable listOfCharts ) : System
beginDate System.DateTime The begin date.
dateRangeDescription string The date range description.
listOfCharts IEnumerable The list of charts.
Résultat System