C# Class MonoDevelop.StyleCop.SolutionFullAnalysisHandler

Class which handles the analysis type Solution in case of a full analysis.
Inheritance: SolutionAnalysisHandler
Afficher le fichier Open project: DarkCloud14/MonoDevelop.StyleCop

Méthodes publiques

Méthode Description
SolutionFullAnalysisHandler ( ) : MonoDevelop.Components.Commands

Initializes a new instance of the SolutionFullAnalysisHandler class.

Méthodes protégées

Méthode Description
Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void

Update availability of the StyleCop command for the selected solution in ProjectPad.

Method Details

SolutionFullAnalysisHandler() public méthode

Initializes a new instance of the SolutionFullAnalysisHandler class.
public SolutionFullAnalysisHandler ( ) : MonoDevelop.Components.Commands
Résultat MonoDevelop.Components.Commands

Update() protected méthode

Update availability of the StyleCop command for the selected solution in ProjectPad.
protected Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void
info MonoDevelop.Components.Commands.CommandInfo A
Résultat void