C# Class VSSonarExtensionUi.View.SonarQubeUserControlVs

Interaction logic for SonarQubeWindow.xaml
Afficher le fichier Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension

Méthodes publiques

Méthode Description
SonarQubeUserControlVs ( ) : System

Initializes a new instance of the SonarQubeUserControlVs class.

SonarQubeUserControlVs ( SonarQubeViewModel model ) : System

Initializes a new instance of the SonarQubeUserControlVs class.

UpdateDataContext ( SonarQubeViewModel dataModelIn ) : void

The update data context.

Method Details

SonarQubeUserControlVs() public méthode

Initializes a new instance of the SonarQubeUserControlVs class.
public SonarQubeUserControlVs ( ) : System
Résultat System

SonarQubeUserControlVs() public méthode

Initializes a new instance of the SonarQubeUserControlVs class.
public SonarQubeUserControlVs ( SonarQubeViewModel model ) : System
model VSSonarExtensionUi.ViewModel.SonarQubeViewModel /// The model. ///
Résultat System

UpdateDataContext() public méthode

The update data context.
public UpdateDataContext ( SonarQubeViewModel dataModelIn ) : void
dataModelIn VSSonarExtensionUi.ViewModel.SonarQubeViewModel /// The data model in. ///
Résultat void