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
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
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