C# Класс SonarLint.VisualStudio.Progress.Controller.ProgressControllerHelper

Helper class
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Indeterminate double

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

Метод Описание
IsFinalState ( StepExecutionState state ) : bool

Returns whether the state is considered to be final

IsIndeterminate ( double progress ) : bool

Returns whether the specified values is indeterminate

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

Метод Описание
FormatErrorMessage ( Exception ex, string messageErrorFormat, bool logWholeMessage ) : string

Creates a string in the specified format. The format string should have only one placeholder.

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

IsFinalState() публичный статический Метод

Returns whether the state is considered to be final
public static IsFinalState ( StepExecutionState state ) : bool
state StepExecutionState The state for which to check
Результат bool

IsIndeterminate() публичный статический Метод

Returns whether the specified values is indeterminate
public static IsIndeterminate ( double progress ) : bool
progress double The progress for which to check
Результат bool

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

Indeterminate публичное статическое свойство

Indeterminate double representation
public static double Indeterminate
Результат double