C# 클래스 Smrf.NodeXL.ExcelTemplate.CalculateGraphMetricsContext

Provides access to objects needed for calculating graph metrics.
An instance of this class gets passed to .
상속: Object
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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