C# 클래스 Smrf.NodeXL.ExcelTemplate.GraphMetricInformation

Stores information about one graph metric.
Call GetAllGraphMetricInformation to get information about each graph metric in the GraphMetrics enumeration.
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_bHasUserSettings System.Boolean
m_eGraphMetric GraphMetrics
m_sName String

공개 메소드들

메소드 설명
GetAllGraphMetricInformation ( ) : Smrf.NodeXL.ExcelTemplate.GraphMetricInformation[]
ToString ( ) : String

비공개 메소드들

메소드 설명
AssertValid ( ) : void
GraphMetricInformation ( GraphMetrics graphMetric, String name, System.Boolean hasUserSettings ) : System

Initializes a new instance of the GraphMetricInformation class.

메소드 상세

GetAllGraphMetricInformation() 공개 정적인 메소드

public static GetAllGraphMetricInformation ( ) : Smrf.NodeXL.ExcelTemplate.GraphMetricInformation[]
리턴 Smrf.NodeXL.ExcelTemplate.GraphMetricInformation[]

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

프로퍼티 상세

m_bHasUserSettings 보호되어 있는 프로퍼티

protected Boolean,System m_bHasUserSettings
리턴 System.Boolean

m_eGraphMetric 보호되어 있는 프로퍼티

protected GraphMetrics m_eGraphMetric
리턴 GraphMetrics

m_sName 보호되어 있는 프로퍼티

protected String m_sName
리턴 String