C# Класс SonarLint.VisualStudio.Integration.Connection.ConnectionController

Connection related controller. Provides the following commands: ConnectCommand RefreshCommand DontWarnAgainCommand
Наследование: HostedCommandControllerBase, IConnectionInformationProvider, IConnectionWorkflowExecutor
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ConnectionController SonarLint.VisualStudio.Integration.Progress
EstablishConnection void
IConnectionInformationProvider SonarLint.VisualStudio.Integration.Service.ConnectionInformation
IConnectionWorkflowExecutor void
OnConnect void
OnConnectStatus bool
OnDontWarnAgain void
OnDontWarnAgainStatus bool
OnRefresh void
OnRefreshStatus bool
SetConnectionInProgress void
ShowNuGetWarning void

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

Метод Описание
ConnectionController ( IHost host ) : SonarLint.VisualStudio.Integration.Progress

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

Метод Описание
ConnectionController ( IHost host, IConnectionInformationProvider connectionProvider, IConnectionWorkflowExecutor workflowExecutor ) : SonarLint.VisualStudio.Integration.Progress
EstablishConnection ( ConnectionInformation connectionInfo ) : void
IConnectionInformationProvider ( ConnectionInformation currentConnection ) : ConnectionInformation
IConnectionWorkflowExecutor ( ConnectionInformation information ) : void
OnConnect ( ) : void
OnConnectStatus ( ) : bool
OnDontWarnAgain ( ) : void
OnDontWarnAgainStatus ( ) : bool
OnRefresh ( ConnectionInformation useConnection ) : void
OnRefreshStatus ( ConnectionInformation useConnection ) : bool
SetConnectionInProgress ( IProgressEvents progressEvents ) : void
ShowNuGetWarning ( ProgressControllerResult executionResult ) : void

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

ConnectionController() публичный Метод

public ConnectionController ( IHost host ) : SonarLint.VisualStudio.Integration.Progress
host IHost
Результат SonarLint.VisualStudio.Integration.Progress