C# Class SonarLint.VisualStudio.Integration.State.StateManager

Implementation of IStateManager
Inheritance: IStateManager, IDisposable
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Méthodes publiques

Méthode Description
ClearBoundProject ( ) : void
Dispose ( ) : void
GetConnectedServer ( ProjectInformation project ) : ConnectionInformation
GetConnectedServers ( ) : IEnumerable
SetBoundProject ( ProjectInformation project ) : void
SetProjects ( ConnectionInformation connection, IEnumerable projects ) : void
StateManager ( IHost host, TransferableVisualState state ) : Microsoft.VisualStudio.Imaging
SyncCommandFromActiveSection ( ) : void

Private Methods

Méthode Description
ClearBindingErrorNotifications ( ) : void
Dispose ( bool disposing ) : void
DisposeConnections ( ) : void
OnBindingStateChanged ( ) : void
OnIsBusyChanged ( bool isBusy ) : void
OnStatePropertyChanged ( object sender, System e ) : void
RestoreBoundProject ( ServerViewModel serverViewModel ) : void
SetProjectsUIThread ( ConnectionInformation connection, IEnumerable projects ) : void
SetServerProjectsVMCommands ( ServerViewModel serverVM ) : void
SetServerVMCommands ( ServerViewModel serverVM ) : void

Method Details

ClearBoundProject() public méthode

public ClearBoundProject ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetConnectedServer() public méthode

public GetConnectedServer ( ProjectInformation project ) : ConnectionInformation
project SonarLint.VisualStudio.Integration.Service.ProjectInformation
Résultat SonarLint.VisualStudio.Integration.Service.ConnectionInformation

GetConnectedServers() public méthode

public GetConnectedServers ( ) : IEnumerable
Résultat IEnumerable

SetBoundProject() public méthode

public SetBoundProject ( ProjectInformation project ) : void
project SonarLint.VisualStudio.Integration.Service.ProjectInformation
Résultat void

SetProjects() public méthode

public SetProjects ( ConnectionInformation connection, IEnumerable projects ) : void
connection SonarLint.VisualStudio.Integration.Service.ConnectionInformation
projects IEnumerable
Résultat void

StateManager() public méthode

public StateManager ( IHost host, TransferableVisualState state ) : Microsoft.VisualStudio.Imaging
host IHost
state TransferableVisualState
Résultat Microsoft.VisualStudio.Imaging

SyncCommandFromActiveSection() public méthode

public SyncCommandFromActiveSection ( ) : void
Résultat void