C# Class SonarLint.VisualStudio.Integration.Connection.UI.ConnectionInfoDialogViewModel

Inheritance: SonarLint.VisualStudio.Integration.WPF.NotifyErrorViewModelBase
Mostra file Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Private Properties

Property Type Description
ConnectionInfoDialogViewModel SonarLint.VisualStudio.Integration.WPF

Public Methods

Method Description
ConnectionInfoDialogViewModel ( ) : SonarLint.VisualStudio.Integration.WPF
ValidateCredentials ( SecureString password ) : void

Cause validation to occur for the credentials.

Protected Methods

Method Description
GetErrorForProperty ( string propertyName, string &error ) : bool

Private Methods

Method Description
ConnectionInfoDialogViewModel ( UriValidator uriValidator, BasicAuthenticationCredentialsValidator credentialsValidator ) : SonarLint.VisualStudio.Integration.WPF

Method Details

ConnectionInfoDialogViewModel() public method

public ConnectionInfoDialogViewModel ( ) : SonarLint.VisualStudio.Integration.WPF
return SonarLint.VisualStudio.Integration.WPF

GetErrorForProperty() protected method

protected GetErrorForProperty ( string propertyName, string &error ) : bool
propertyName string
error string
return bool

ValidateCredentials() public method

Cause validation to occur for the credentials.
public ValidateCredentials ( SecureString password ) : void
password System.Security.SecureString password
return void