C# 클래스 SonarLint.VisualStudio.Progress.Controller.ProgressControllerHelper

Helper class
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 프로퍼티들

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