C# Class GitHub.Services.StatusBarNotificationService

Inheritance: IStatusBarNotificationService
Datei anzeigen Open project: github/VisualStudio

Public Methods

Method Description
ShowError ( string message ) : void
ShowMessage ( string message ) : void
ShowMessage ( string message, ICommand command ) : void
ShowWarning ( string message ) : void

Private Methods

Method Description
ShowText ( string text ) : void
StatusBarNotificationService ( [ serviceProvider ) : GitHub.Extensions

Method Details

ShowError() public method

public ShowError ( string message ) : void
message string
return void

ShowMessage() public method

public ShowMessage ( string message ) : void
message string
return void

ShowMessage() public method

public ShowMessage ( string message, ICommand command ) : void
message string
command ICommand
return void

ShowWarning() public method

public ShowWarning ( string message ) : void
message string
return void