C# Class MonoDevelop.StyleCop.SolutionAnalysisHandler

Class which handles the analysis type Solution.
Inheritance: BaseAnalysisHandler
Afficher le fichier Open project: DarkCloud14/MonoDevelop.StyleCop

Méthodes publiques

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

Initializes a new instance of the SolutionAnalysisHandler 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.

Private Methods

Méthode Description
SolutionAnalysisHandler ( bool fullAnalysis ) : MonoDevelop.Components.Commands

Initializes a new instance of the SolutionAnalysisHandler class.

Method Details

SolutionAnalysisHandler() public méthode

Initializes a new instance of the SolutionAnalysisHandler class.
public SolutionAnalysisHandler ( ) : 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