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.
Mostrar archivo Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_bHasUserSettings System.Boolean
m_eGraphMetric GraphMetrics
m_sName String

Public Methods

Method Description
GetAllGraphMetricInformation ( ) : Smrf.NodeXL.ExcelTemplate.GraphMetricInformation[]
ToString ( ) : String

Private Methods

Method 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 method

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

ToString() public method

public ToString ( ) : String
return String

Property Details

m_bHasUserSettings protected_oe property

protected Boolean,System m_bHasUserSettings
return System.Boolean

m_eGraphMetric protected_oe property

protected GraphMetrics m_eGraphMetric
return GraphMetrics

m_sName protected_oe property

protected String m_sName
return String