C# Class Smrf.NodeXL.ExcelTemplate.GraphMetricInformation

Stores information about one graph metric.
Call GetAllGraphMetricInformation to get information about each graph metric in the GraphMetrics enumeration.
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_bHasUserSettings System.Boolean
m_eGraphMetric GraphMetrics
m_sName String

Méthodes publiques

Méthode Description
GetAllGraphMetricInformation ( ) : Smrf.NodeXL.ExcelTemplate.GraphMetricInformation[]
ToString ( ) : String

Private Methods

Méthode Description
AssertValid ( ) : void
GraphMetricInformation ( GraphMetrics graphMetric, String name, System.Boolean hasUserSettings ) : System

Initializes a new instance of the GraphMetricInformation class.

Method Details

GetAllGraphMetricInformation() public static méthode

public static GetAllGraphMetricInformation ( ) : Smrf.NodeXL.ExcelTemplate.GraphMetricInformation[]
Résultat Smrf.NodeXL.ExcelTemplate.GraphMetricInformation[]

ToString() public méthode

public ToString ( ) : String
Résultat String

Property Details

m_bHasUserSettings protected_oe property

protected Boolean,System m_bHasUserSettings
Résultat System.Boolean

m_eGraphMetric protected_oe property

protected GraphMetrics m_eGraphMetric
Résultat GraphMetrics

m_sName protected_oe property

protected String m_sName
Résultat String