C# Class Dev2.Studio.Core.UserMessageProviderImpl

Inheritance: IUserMessageProvider
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
ShowUserErrorMessage ( string message, string title = "" ) : void
ShowUserMessage ( string message, string title = "" ) : void
ShowUserWarningMessage ( string message, string title = "" ) : void

Method Details

ShowUserErrorMessage() public method

public ShowUserErrorMessage ( string message, string title = "" ) : void
message string
title string
return void

ShowUserMessage() public method

public ShowUserMessage ( string message, string title = "" ) : void
message string
title string
return void

ShowUserWarningMessage() public method

public ShowUserWarningMessage ( string message, string title = "" ) : void
message string
title string
return void