C# Class Smrf.NodeXL.ExcelTemplate.TopNByMetricsReader

Class that knows how to read the top-N-by metrics from a NodeXL workbook.
Call TopMetricsReaderBase.TryReadMetrics to attempt to read the top-N-by metrics.

This class does not calculate the metrics. Instead, it reads the metrics that were calculated by TopNByMetricCalculator2 and written to the workbook.

Inheritance: TopMetricsReaderBase
Mostrar archivo Open project: 2014-sed-team3/term-project

Public Methods

Method Description
TopNByMetricsReader ( ) : System

Initializes a new instance of the TopNByMetricsReader class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

TopNByMetricsReader() public method

Initializes a new instance of the TopNByMetricsReader class.
public TopNByMetricsReader ( ) : System
return System