C# Class Dev2.Studio.Controller.PopupController

Inheritance: IPopupController
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Properties

Property Type Description
ShowDev2MessageBox Func

Public Methods

Method Description
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

Method Details

Show() public method

public Show ( ) : MessageBoxResult
return MessageBoxResult

Show() public method

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
return MessageBoxResult

ShowConnectionTimeoutConfirmation() public method

public ShowConnectionTimeoutConfirmation ( string serverName ) : MessageBoxResult
serverName string
return MessageBoxResult

ShowDeleteConfirmation() public method

public ShowDeleteConfirmation ( string nameOfItemBeingDeleted ) : MessageBoxResult
nameOfItemBeingDeleted string
return MessageBoxResult

ShowDeleteVersionMessage() public method

public ShowDeleteVersionMessage ( string displayName ) : MessageBoxResult
displayName string
return MessageBoxResult

ShowInvalidCharacterMessage() public method

public ShowInvalidCharacterMessage ( string invalidText ) : void
invalidText string
return void

ShowNameChangedConflict() public method

public ShowNameChangedConflict ( string oldName, string newName ) : MessageBoxResult
oldName string
newName string
return MessageBoxResult

ShowNoInputsSelectedWhenClickLink() public method

public ShowNoInputsSelectedWhenClickLink ( ) : MessageBoxResult
return MessageBoxResult

ShowNotConnected() public method

public ShowNotConnected ( ) : MessageBoxResult
return MessageBoxResult

ShowRollbackVersionMessage() public method

public ShowRollbackVersionMessage ( string displayName ) : MessageBoxResult
displayName string
return MessageBoxResult

ShowSaveErrorDialog() public method

public ShowSaveErrorDialog ( string errorMessage ) : MessageBoxResult
errorMessage string
return MessageBoxResult

ShowSchedulerCloseConfirmation() public method

public ShowSchedulerCloseConfirmation ( ) : MessageBoxResult
return MessageBoxResult

ShowSettingsCloseConfirmation() public method

public ShowSettingsCloseConfirmation ( ) : MessageBoxResult
return MessageBoxResult

Property Details

ShowDev2MessageBox public_oe property

public Func ShowDev2MessageBox
return Func