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

Used by the IGraphMetricCalculator2 implementations to report progress to the main thread.
An IGraphMetricCalculator2 implementation should periodically report progress to the main thread by passing a object as the userState argument to the BackgroundWorker. method.
상속: Object
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_bAllGraphMetricsCalculated System.Boolean
m_sProgressMessage String

공개 메소드들

메소드 설명
GraphMetricProgress ( String progressMessage, System.Boolean allGraphMetricsCalculated ) : System

Initializes a new instance of the GraphMetricProgress class with specified values.

비공개 메소드들

메소드 설명
AssertValid ( ) : void
GraphMetricProgress ( ) : System

Do not use this constructor.

메소드 상세

GraphMetricProgress() 공개 메소드

Initializes a new instance of the GraphMetricProgress class with specified values.
public GraphMetricProgress ( String progressMessage, System.Boolean allGraphMetricsCalculated ) : System
progressMessage String /// Progress message suitable for display in the UI. ///
allGraphMetricsCalculated System.Boolean /// true if all implementations have /// calculated their metrics. ///
리턴 System

프로퍼티 상세

m_bAllGraphMetricsCalculated 보호되어 있는 프로퍼티

protected Boolean,System m_bAllGraphMetricsCalculated
리턴 System.Boolean

m_sProgressMessage 보호되어 있는 프로퍼티

protected String m_sProgressMessage
리턴 String