C# Class Smrf.NodeXL.ExcelTemplate.GraphMetricValue

Base class for a family of classes that store one graph metric value for one worksheet row.
The derived classes differ in how the graph metric values are mapped to worksheet rows.
Inheritance: Object
ファイルを表示 Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_oValue Object

Public Methods

Method Description
GraphMetricValue ( ) : System

Initializes a new instance of the GraphMetricValue class with default values.

GraphMetricValue ( Object value ) : System

Initializes a new instance of the GraphMetricValue class with specified values.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

GraphMetricValue() public method

Initializes a new instance of the GraphMetricValue class with default values.
public GraphMetricValue ( ) : System
return System

GraphMetricValue() public method

Initializes a new instance of the GraphMetricValue class with specified values.
public GraphMetricValue ( Object value ) : System
value Object /// Graph metric value for the row. ///
return System

Property Details

m_oValue protected_oe property

protected Object m_oValue
return Object