C# Class VSSonarExtensionUi.View.Helpers.MessageDisplayBox

Interaction logic for UserInputWindow.xaml
Mostrar archivo Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension Class Usage Examples

Public Methods

Method Description
DisplayMessage ( string message, string detailedMessage = "", string helpurl = "" ) : void

The show.

MessageDisplayBox ( string message, string extendedMessage, string url ) : System

Initializes a new instance of the MessageDisplayBox class.

Private Methods

Method Description
AddHyperlinkText ( string linkURL, string linkName ) : void

Adds the hyperlink text.

BtnDialogOkClick ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnDialogOk control.

RequestNavigateHandler ( object sender, RequestNavigateEventArgs e ) : void

Requests the navigate handler.

Method Details

DisplayMessage() public static method

The show.
public static DisplayMessage ( string message, string detailedMessage = "", string helpurl = "" ) : void
message string The message.
detailedMessage string The detailed message.
helpurl string
return void

MessageDisplayBox() public method

Initializes a new instance of the MessageDisplayBox class.
public MessageDisplayBox ( string message, string extendedMessage, string url ) : System
message string The message.
extendedMessage string The extended message.
url string
return System