C# 클래스 SonarLint.VisualStudio.Integration.Connection.UI.ConnectionInfoDialogViewModel

상속: SonarLint.VisualStudio.Integration.WPF.NotifyErrorViewModelBase
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ConnectionInfoDialogViewModel SonarLint.VisualStudio.Integration.WPF

공개 메소드들

메소드 설명
ConnectionInfoDialogViewModel ( ) : SonarLint.VisualStudio.Integration.WPF
ValidateCredentials ( SecureString password ) : void

Cause validation to occur for the credentials.

보호된 메소드들

메소드 설명
GetErrorForProperty ( string propertyName, string &error ) : bool

비공개 메소드들

메소드 설명
ConnectionInfoDialogViewModel ( UriValidator uriValidator, BasicAuthenticationCredentialsValidator credentialsValidator ) : SonarLint.VisualStudio.Integration.WPF

메소드 상세

ConnectionInfoDialogViewModel() 공개 메소드

public ConnectionInfoDialogViewModel ( ) : SonarLint.VisualStudio.Integration.WPF
리턴 SonarLint.VisualStudio.Integration.WPF

GetErrorForProperty() 보호된 메소드

protected GetErrorForProperty ( string propertyName, string &error ) : bool
propertyName string
error string
리턴 bool

ValidateCredentials() 공개 메소드

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