Метод | Описание | |
---|---|---|
GetAvailableModel ( ) : object |
Gets the available model, TODO: needs to be removed after viewmodels are split into models and view models
|
|
RoslynManagerViewModel ( |
Initializes a new instance of the RoslynManagerViewModel class.
|
|
SyncDiagInView ( ) : void |
Synchronizes the diag in view.
|
|
UpdateColours ( Color background, Color foreground ) : void |
The update colours.
|
Метод | Описание | |
---|---|---|
OnAutoImportLocalDiagnosticsCommand ( ) : void |
Called when [automatic import local diagnostics command].
|
|
OnInstallNewDllCommand ( ) : void |
Called when [install new DLL command].
|
|
OnRemoveDllCommand ( ) : void |
Called when [remove DLL command].
|
public RoslynManagerViewModel ( |
||
model | The model. | |
Результат | System.Collections.ObjectModel |
public UpdateColours ( Color background, Color foreground ) : void | ||
background | Color | The background. |
foreground | Color | The foreground. |
Результат | void |