C# Class 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.
Inheritance: Object
Mostra file Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_bAllGraphMetricsCalculated System.Boolean
m_sProgressMessage String

Public Methods

Method Description
GraphMetricProgress ( String progressMessage, System.Boolean allGraphMetricsCalculated ) : System

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

Private Methods

Method Description
AssertValid ( ) : void
GraphMetricProgress ( ) : System

Do not use this constructor.

Method Details

GraphMetricProgress() public method

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. ///
return System

Property Details

m_bAllGraphMetricsCalculated protected_oe property

protected Boolean,System m_bAllGraphMetricsCalculated
return System.Boolean

m_sProgressMessage protected_oe property

protected String m_sProgressMessage
return String