C# 클래스 XebiaLabs.Deployit.UI.ViewModels.CredentialDialogViewModel

상속: Microsoft.Practices.Prism.ViewModel.NotificationObject, IDialogViewModel
파일 보기 프로젝트 열기: xebialabs-community/xld-manifest-editor

공개 메소드들

메소드 설명
CanClose ( ) : bool
CredentialDialogViewModel ( IDeployitServer server, ICredentialManager credentialManager = null, Uri uri = null ) : System

비공개 메소드들

메소드 설명
OnIsConnectedChanged ( object sender, EventArgs e ) : void

메소드 상세

CanClose() 공개 메소드

public CanClose ( ) : bool
리턴 bool

CredentialDialogViewModel() 공개 메소드

public CredentialDialogViewModel ( IDeployitServer server, ICredentialManager credentialManager = null, Uri uri = null ) : System
server IDeployitServer
credentialManager ICredentialManager
uri System.Uri
리턴 System