Свойство | Type | Description | |
---|---|---|---|
ShowDev2MessageBox | Func |
Méthode | 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 |
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 | |
Résultat | MessageBoxResult |
public ShowConnectionTimeoutConfirmation ( string serverName ) : MessageBoxResult | ||
serverName | string | |
Résultat | MessageBoxResult |
public ShowDeleteConfirmation ( string nameOfItemBeingDeleted ) : MessageBoxResult | ||
nameOfItemBeingDeleted | string | |
Résultat | MessageBoxResult |
public ShowDeleteVersionMessage ( string displayName ) : MessageBoxResult | ||
displayName | string | |
Résultat | MessageBoxResult |
public ShowInvalidCharacterMessage ( string invalidText ) : void | ||
invalidText | string | |
Résultat | void |
public ShowNameChangedConflict ( string oldName, string newName ) : MessageBoxResult | ||
oldName | string | |
newName | string | |
Résultat | MessageBoxResult |
public ShowNoInputsSelectedWhenClickLink ( ) : MessageBoxResult | ||
Résultat | MessageBoxResult |
public ShowNotConnected ( ) : MessageBoxResult | ||
Résultat | MessageBoxResult |
public ShowRollbackVersionMessage ( string displayName ) : MessageBoxResult | ||
displayName | string | |
Résultat | MessageBoxResult |
public ShowSaveErrorDialog ( string errorMessage ) : MessageBoxResult | ||
errorMessage | string | |
Résultat | MessageBoxResult |
public ShowSchedulerCloseConfirmation ( ) : MessageBoxResult | ||
Résultat | MessageBoxResult |
public ShowSettingsCloseConfirmation ( ) : MessageBoxResult | ||
Résultat | MessageBoxResult |