C# 클래스 Smrf.NodeXL.ExcelTemplate.TopMetricsReaderBase

Base class for classes that read top metrics from a worksheet in a NodeXL workbook.
상속: Object
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

보호된 프로퍼티들

프로퍼티 타입 설명
m_sTableNameRoot String
m_sWorksheetName String

공개 메소드들

메소드 설명
TopMetricsReaderBase ( String worksheetName, String tableNameRoot ) : System

Initializes a new instance of the TopMetricsReaderBase class.

TryReadMetrics ( Microsoft workbook, String &topMetrics ) : System.Boolean

보호된 메소드들

메소드 설명
ReadTopColumn ( ListObject oTopMetricsTable, String sColumnHeader, StringBuilder oTopMetrics ) : void
ReadTopColumns ( ListObject oTopMetricsTable, StringBuilder oTopMetrics ) : void

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

ReadTopColumn() 보호된 메소드

protected ReadTopColumn ( ListObject oTopMetricsTable, String sColumnHeader, StringBuilder oTopMetrics ) : void
oTopMetricsTable ListObject
sColumnHeader String
oTopMetrics StringBuilder
리턴 void

ReadTopColumns() 보호된 메소드

protected ReadTopColumns ( ListObject oTopMetricsTable, StringBuilder oTopMetrics ) : void
oTopMetricsTable ListObject
oTopMetrics StringBuilder
리턴 void

TopMetricsReaderBase() 공개 메소드

Initializes a new instance of the TopMetricsReaderBase class.
public TopMetricsReaderBase ( String worksheetName, String tableNameRoot ) : System
worksheetName String /// Name of the worksheet containing the top metrics tables. ///
tableNameRoot String /// Root of the name of each top metric table on the worksheet. ///
리턴 System

TryReadMetrics() 공개 메소드

public TryReadMetrics ( Microsoft workbook, String &topMetrics ) : System.Boolean
workbook Microsoft
topMetrics String
리턴 System.Boolean

프로퍼티 상세

m_sTableNameRoot 보호되어 있는 프로퍼티

protected String m_sTableNameRoot
리턴 String

m_sWorksheetName 보호되어 있는 프로퍼티

protected String m_sWorksheetName
리턴 String