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
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_iN System.Int32
m_sItemNameColumnName String
m_sRankedColumnName String
m_sTableName String
m_sWorksheetName String

Méthodes publiques

Méthode Description
Clone ( ) : TopNByMetricUserSettings
ToString ( ) : String
TopNByMetricUserSettings ( ) : System

Initializes a new instance of the class.

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

Clone() public méthode

public Clone ( ) : TopNByMetricUserSettings
Résultat TopNByMetricUserSettings

ToString() public méthode

public ToString ( ) : String
Résultat String

TopNByMetricUserSettings() public méthode

Initializes a new instance of the class.
public TopNByMetricUserSettings ( ) : System
Résultat System

Property Details

m_iN protected_oe property

protected Int32,System m_iN
Résultat System.Int32

m_sItemNameColumnName protected_oe property

protected String m_sItemNameColumnName
Résultat String

m_sRankedColumnName protected_oe property

protected String m_sRankedColumnName
Résultat String

m_sTableName protected_oe property

protected String m_sTableName
Résultat String

m_sWorksheetName protected_oe property

protected String m_sWorksheetName
Résultat String