C# 클래스 Dev2.Studio.Controller.PopupController

상속: IPopupController
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ShowDev2MessageBox Func

공개 메소드들

메소드 설명
Show ( ) : MessageBoxResult
Show ( string description, string header = "", MessageBoxButton buttons = MessageBoxButton.OK, MessageBoxImage image = MessageBoxImage.Asterisk, string dontShowAgainKey = null ) : MessageBoxResult
ShowConnectionTimeoutConfirmation ( string serverName ) : MessageBoxResult
ShowDeleteConfirmation ( string nameOfItemBeingDeleted ) : MessageBoxResult
ShowDeleteVersionMessage ( string displayName ) : MessageBoxResult
ShowInvalidCharacterMessage ( string invalidText ) : void
ShowNameChangedConflict ( string oldName, string newName ) : MessageBoxResult
ShowNoInputsSelectedWhenClickLink ( ) : MessageBoxResult
ShowNotConnected ( ) : MessageBoxResult
ShowRollbackVersionMessage ( string displayName ) : MessageBoxResult
ShowSaveErrorDialog ( string errorMessage ) : MessageBoxResult
ShowSchedulerCloseConfirmation ( ) : MessageBoxResult
ShowSettingsCloseConfirmation ( ) : MessageBoxResult

메소드 상세

Show() 공개 메소드

public Show ( ) : MessageBoxResult
리턴 MessageBoxResult

Show() 공개 메소드

public Show ( string description, string header = "", MessageBoxButton buttons = MessageBoxButton.OK, MessageBoxImage image = MessageBoxImage.Asterisk, string dontShowAgainKey = null ) : MessageBoxResult
description string
header string
buttons MessageBoxButton
image MessageBoxImage
dontShowAgainKey string
리턴 MessageBoxResult

ShowConnectionTimeoutConfirmation() 공개 메소드

public ShowConnectionTimeoutConfirmation ( string serverName ) : MessageBoxResult
serverName string
리턴 MessageBoxResult

ShowDeleteConfirmation() 공개 메소드

public ShowDeleteConfirmation ( string nameOfItemBeingDeleted ) : MessageBoxResult
nameOfItemBeingDeleted string
리턴 MessageBoxResult

ShowDeleteVersionMessage() 공개 메소드

public ShowDeleteVersionMessage ( string displayName ) : MessageBoxResult
displayName string
리턴 MessageBoxResult

ShowInvalidCharacterMessage() 공개 메소드

public ShowInvalidCharacterMessage ( string invalidText ) : void
invalidText string
리턴 void

ShowNameChangedConflict() 공개 메소드

public ShowNameChangedConflict ( string oldName, string newName ) : MessageBoxResult
oldName string
newName string
리턴 MessageBoxResult

ShowNoInputsSelectedWhenClickLink() 공개 메소드

public ShowNoInputsSelectedWhenClickLink ( ) : MessageBoxResult
리턴 MessageBoxResult

ShowNotConnected() 공개 메소드

public ShowNotConnected ( ) : MessageBoxResult
리턴 MessageBoxResult

ShowRollbackVersionMessage() 공개 메소드

public ShowRollbackVersionMessage ( string displayName ) : MessageBoxResult
displayName string
리턴 MessageBoxResult

ShowSaveErrorDialog() 공개 메소드

public ShowSaveErrorDialog ( string errorMessage ) : MessageBoxResult
errorMessage string
리턴 MessageBoxResult

ShowSchedulerCloseConfirmation() 공개 메소드

public ShowSchedulerCloseConfirmation ( ) : MessageBoxResult
리턴 MessageBoxResult

ShowSettingsCloseConfirmation() 공개 메소드

public ShowSettingsCloseConfirmation ( ) : MessageBoxResult
리턴 MessageBoxResult

프로퍼티 상세

ShowDev2MessageBox 공개적으로 프로퍼티

public Func ShowDev2MessageBox
리턴 Func