C# 클래스 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.
상속: Object
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

보호된 프로퍼티들

프로퍼티 타입 설명
m_oValue Object

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

GraphMetricValue() 공개 메소드

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

GraphMetricValue() 공개 메소드

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

프로퍼티 상세

m_oValue 보호되어 있는 프로퍼티

protected Object m_oValue
리턴 Object