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.
Datei anzeigen Open project: Benrnz/BudgetAnalyser Class Usage Examples

Public Methods

Method Description
BurnDownCharts ( System.DateTime beginDate, string dateRangeDescription, IEnumerable listOfCharts ) : System

Initializes a new instance of the BurnDownCharts class.

Method Details

BurnDownCharts() public method

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.
return System