C# Class Smrf.NodeXL.ExcelTemplate.CalculateGraphMetricsContext

Provides access to objects needed for calculating graph metrics.
An instance of this class gets passed to .
Inheritance: Object
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_oBackgroundWorker System.ComponentModel.BackgroundWorker
m_oGraphMetricUserSettings GraphMetricUserSettings

Méthodes publiques

Méthode Description
CalculateGraphMetricsContext ( GraphMetricUserSettings graphMetricUserSettings, BackgroundWorker backgroundWorker ) : System

Initializes a new instance of the class.

ShouldCalculateGraphMetrics ( GraphMetrics graphMetrics ) : System.Boolean

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

CalculateGraphMetricsContext() public méthode

Initializes a new instance of the class.
public CalculateGraphMetricsContext ( GraphMetricUserSettings graphMetricUserSettings, BackgroundWorker backgroundWorker ) : System
graphMetricUserSettings GraphMetricUserSettings /// Stores the user's settings for calculating graph metrics. ///
backgroundWorker System.ComponentModel.BackgroundWorker /// The BackgroundWorker object that is performing all graph metric /// calculations. ///
Résultat System

ShouldCalculateGraphMetrics() public méthode

public ShouldCalculateGraphMetrics ( GraphMetrics graphMetrics ) : System.Boolean
graphMetrics GraphMetrics
Résultat System.Boolean

Property Details

m_oBackgroundWorker protected_oe property

protected BackgroundWorker,System.ComponentModel m_oBackgroundWorker
Résultat System.ComponentModel.BackgroundWorker

m_oGraphMetricUserSettings protected_oe property

protected GraphMetricUserSettings,Smrf.NodeXL.ExcelTemplate m_oGraphMetricUserSettings
Résultat GraphMetricUserSettings