C# Class VSSonarExtensionUi.ViewModel.Configuration.RoslynManagerViewModel

Inheritance: IOptionsViewModelBase
Afficher le fichier Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension Class Usage Examples

Méthodes publiques

Méthode Description
GetAvailableModel ( ) : object

Gets the available model, TODO: needs to be removed after viewmodels are split into models and view models

RoslynManagerViewModel ( RoslynManagerModel model ) : System.Collections.ObjectModel

Initializes a new instance of the RoslynManagerViewModel class.

SyncDiagInView ( ) : void

Synchronizes the diag in view.

UpdateColours ( Color background, Color foreground ) : void

The update colours.

Private Methods

Méthode Description
OnAutoImportLocalDiagnosticsCommand ( ) : void

Called when [automatic import local diagnostics command].

OnInstallNewDllCommand ( ) : void

Called when [install new DLL command].

OnRemoveDllCommand ( ) : void

Called when [remove DLL command].

Method Details

GetAvailableModel() public méthode

Gets the available model, TODO: needs to be removed after viewmodels are split into models and view models
public GetAvailableModel ( ) : object
Résultat object

RoslynManagerViewModel() public méthode

Initializes a new instance of the RoslynManagerViewModel class.
public RoslynManagerViewModel ( RoslynManagerModel model ) : System.Collections.ObjectModel
model VSSonarExtensionUi.Model.Configuration.RoslynManagerModel The model.
Résultat System.Collections.ObjectModel

SyncDiagInView() public méthode

Synchronizes the diag in view.
public SyncDiagInView ( ) : void
Résultat void

UpdateColours() public méthode

The update colours.
public UpdateColours ( Color background, Color foreground ) : void
background Color The background.
foreground Color The foreground.
Résultat void