C# Класс 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.

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

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

Метод Описание
TopNByMetricsReader ( ) : System

Initializes a new instance of the TopNByMetricsReader class.

Приватные методы

Метод Описание
AssertValid ( ) : void

Описание методов

TopNByMetricsReader() публичный Метод

Initializes a new instance of the TopNByMetricsReader class.
public TopNByMetricsReader ( ) : System
Результат System