C# Class SonarLint.VisualStudio.Integration.ErrorListInfoBarController

Inheritance: IErrorListInfoBarController, IDisposable
Mostrar archivo Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Private Properties

Property Type Description
AssertOnUIThread void
CancelQualityProfileProcessing void
ClearCurrentInfoBar void
CurrentErrorWindowInfoBar_ButtonClick void
CurrentErrorWindowInfoBar_Closed void
ExecuteUpdate void
InvokeWhenIdle void
OutputMessage void
ProcessSolutionBinding void
ProcessSolutionBindingCore void
UpdateRequired void

Public Methods

Method Description
Dispose ( ) : void
ErrorListInfoBarController ( IHost host ) : EnvDTE
Refresh ( ) : void
Reset ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AssertOnUIThread ( ) : void
CancelQualityProfileProcessing ( ) : void
ClearCurrentInfoBar ( ) : void
CurrentErrorWindowInfoBar_ButtonClick ( object sender, EventArgs e ) : void
CurrentErrorWindowInfoBar_Closed ( object sender, EventArgs e ) : void
ExecuteUpdate ( BoundSonarQubeProject binding ) : void
InvokeWhenIdle ( System.Action action ) : void
OutputMessage ( string messageFormat ) : void
ProcessSolutionBinding ( ) : void
ProcessSolutionBindingCore ( ) : void
UpdateRequired ( string customInfoBarMessage = null ) : void

Update

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ErrorListInfoBarController() public method

public ErrorListInfoBarController ( IHost host ) : EnvDTE
host IHost
return EnvDTE

Refresh() public method

public Refresh ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void