C# Class SonarLint.VisualStudio.Integration.TeamExplorer.ConnectSectionViewModel

Inheritance: TeamExplorerSectionViewModelBase, IUserNotification
Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

Method Description
ConnectSectionViewModel ( ) : Microsoft.TeamFoundation.Controls
ShowNotificationError ( string message, System.Guid notificationId, ICommand associatedCommand ) : void
ShowNotificationWarning ( string message, System.Guid notificationId, ICommand associatedCommand ) : void

Method Details

ConnectSectionViewModel() public method

public ConnectSectionViewModel ( ) : Microsoft.TeamFoundation.Controls
return Microsoft.TeamFoundation.Controls

ShowNotificationError() public method

public ShowNotificationError ( string message, System.Guid notificationId, ICommand associatedCommand ) : void
message string
notificationId System.Guid
associatedCommand ICommand
return void

ShowNotificationWarning() public method

public ShowNotificationWarning ( string message, System.Guid notificationId, ICommand associatedCommand ) : void
message string
notificationId System.Guid
associatedCommand ICommand
return void