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
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
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