C# Класс Smrf.NodeXL.ExcelTemplate.CalculateGraphMetricsContext

Provides access to objects needed for calculating graph metrics.
An instance of this class gets passed to .
Наследование: Object
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
m_oBackgroundWorker System.ComponentModel.BackgroundWorker
m_oGraphMetricUserSettings GraphMetricUserSettings

Открытые методы

Метод Описание
CalculateGraphMetricsContext ( GraphMetricUserSettings graphMetricUserSettings, BackgroundWorker backgroundWorker ) : System

Initializes a new instance of the class.

ShouldCalculateGraphMetrics ( GraphMetrics graphMetrics ) : System.Boolean

Приватные методы

Метод Описание
AssertValid ( ) : void

Описание методов

CalculateGraphMetricsContext() публичный Метод

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. ///
Результат System

ShouldCalculateGraphMetrics() публичный Метод

public ShouldCalculateGraphMetrics ( GraphMetrics graphMetrics ) : System.Boolean
graphMetrics GraphMetrics
Результат System.Boolean

Описание свойств

m_oBackgroundWorker защищенное свойство

protected BackgroundWorker,System.ComponentModel m_oBackgroundWorker
Результат System.ComponentModel.BackgroundWorker

m_oGraphMetricUserSettings защищенное свойство

protected GraphMetricUserSettings,Smrf.NodeXL.ExcelTemplate m_oGraphMetricUserSettings
Результат GraphMetricUserSettings