C# Class VisualMutator.Tests.Util.LogMessageService

Inheritance: IMessageService
显示文件 Open project: visualmutator/visualmutator

Public Methods

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

public ShowError ( IWindow owner, string message ) : void
owner IWindow
message string
return void

ShowFatalError() public method

public ShowFatalError ( IWindow owner, string message ) : void
owner IWindow
message string
return void

ShowMessage() public method

public ShowMessage ( IWindow owner, string message ) : void
owner IWindow
message string
return void

ShowWarning() public method

public ShowWarning ( IWindow owner, string message ) : void
owner IWindow
message string
return void

ShowYesNoQuestion() public method

public ShowYesNoQuestion ( IWindow owner, string message ) : bool
owner IWindow
message string
return bool