C# Class Smrf.NodeXL.ExcelTemplate.TopNByMetricUserSettings

Stores the user settings for calculating one set of top-N-by metrics.
Sample user settings stored in one instance of this class, in English: "Get the top 10 vertex names on the vertex worksheet, ranked by closeness centrality, along with the corresponding closeness centralities."
Inheritance: Object
Show file Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_iN System.Int32
m_sItemNameColumnName String
m_sRankedColumnName String
m_sTableName String
m_sWorksheetName String

Public Methods

Method Description
Clone ( ) : TopNByMetricUserSettings
ToString ( ) : String
TopNByMetricUserSettings ( ) : System

Initializes a new instance of the class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

Clone() public method

public Clone ( ) : TopNByMetricUserSettings
return TopNByMetricUserSettings

ToString() public method

public ToString ( ) : String
return String

TopNByMetricUserSettings() public method

Initializes a new instance of the class.
public TopNByMetricUserSettings ( ) : System
return System

Property Details

m_iN protected property

protected Int32,System m_iN
return System.Int32

m_sItemNameColumnName protected property

protected String m_sItemNameColumnName
return String

m_sRankedColumnName protected property

protected String m_sRankedColumnName
return String

m_sTableName protected property

protected String m_sTableName
return String

m_sWorksheetName protected property

protected String m_sWorksheetName
return String