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
Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_oValue Object

Méthodes publiques

Méthode 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

Méthode Description
AssertValid ( ) : void

Method Details

GraphMetricValue() public méthode

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

GraphMetricValue() public méthode

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

Property Details

m_oValue protected_oe property

protected Object m_oValue
Résultat Object