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
Afficher le fichier Open project: 2014-sed-team3/term-project

Méthodes publiques

Méthode Description
TopNByMetricsReader ( ) : System

Initializes a new instance of the TopNByMetricsReader class.

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

TopNByMetricsReader() public méthode

Initializes a new instance of the TopNByMetricsReader class.
public TopNByMetricsReader ( ) : System
Résultat System