C# Class SonarLint.VisualStudio.Integration.Connection.ConnectionInformationDialog

Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

Method Description
ShowDialog ( ConnectionInformation currentConnection ) : ConnectionInformation

Opens a window and returns only when the dialog is closed.

Private Methods

Method Description
CreateConnectionInformation ( ConnectionInfoDialogViewModel viewModel, SecureString password ) : ConnectionInformation
CreateView ( ) : ConnectionInfoDialogView
CreateViewModel ( ConnectionInformation currentConnection ) : ConnectionInfoDialogViewModel

Method Details

ShowDialog() public method

Opens a window and returns only when the dialog is closed.
public ShowDialog ( ConnectionInformation currentConnection ) : ConnectionInformation
currentConnection SonarLint.VisualStudio.Integration.Service.ConnectionInformation Optional, the current connection information to show in the dialog
return SonarLint.VisualStudio.Integration.Service.ConnectionInformation