C# Class Smrf.NodeXL.ExcelTemplate.OverallMetricCalculator2.OverallMetricRows

Contains the row data for the overall metrics table.
Inheritance: Object
Mostrar archivo Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_oRowInformation List[]

Public Methods

Method Description
OverallMetricRows ( ) : System

Initializes a new instance of the OverallMetricRows class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

OverallMetricRows() public method

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

Property Details

m_oRowInformation protected_oe property

protected List[] m_oRowInformation
return List[]