C# Class VisualMutator.Tests.Util.LogMessageService

Inheritance: IMessageService
Afficher le fichier Open project: visualmutator/visualmutator

Méthodes publiques

Méthode Description
ShowError ( IWindow owner, string message ) : void
ShowFatalError ( IWindow owner, string message ) : void
ShowMessage ( IWindow owner, string message ) : void
ShowWarning ( IWindow owner, string message ) : void
ShowYesNoQuestion ( IWindow owner, string message ) : bool

Method Details

ShowError() public méthode

public ShowError ( IWindow owner, string message ) : void
owner IWindow
message string
Résultat void

ShowFatalError() public méthode

public ShowFatalError ( IWindow owner, string message ) : void
owner IWindow
message string
Résultat void

ShowMessage() public méthode

public ShowMessage ( IWindow owner, string message ) : void
owner IWindow
message string
Résultat void

ShowWarning() public méthode

public ShowWarning ( IWindow owner, string message ) : void
owner IWindow
message string
Résultat void

ShowYesNoQuestion() public méthode

public ShowYesNoQuestion ( IWindow owner, string message ) : bool
owner IWindow
message string
Résultat bool