C# Class Smrf.NodeXL.ExcelTemplate.IntergroupEdgeCalculator2.GroupEdgeRows

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

Protected Properties

Property Type Description
m_oRowInformation List[]

Public Methods

Method Description
GroupEdgeRows ( ) : System

Initializes a new instance of the GroupEdgeRows class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

GroupEdgeRows() public method

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

Property Details

m_oRowInformation protected_oe property

protected List[] m_oRowInformation
return List[]