C# Class VSSonarExtensionUi.ViewModel.Configuration.RoslynManagerViewModel

Inheritance: IOptionsViewModelBase
Mostrar archivo Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension Class Usage Examples

Public Methods

Method 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

Method 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 method

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

RoslynManagerViewModel() public method

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

SyncDiagInView() public method

Synchronizes the diag in view.
public SyncDiagInView ( ) : void
return void

UpdateColours() public method

The update colours.
public UpdateColours ( Color background, Color foreground ) : void
background Color The background.
foreground Color The foreground.
return void