C# Class MonoDevelop.StyleCop.SolutionAnalysisHandler

Class which handles the analysis type Solution.
Inheritance: BaseAnalysisHandler
Exibir arquivo Open project: DarkCloud14/MonoDevelop.StyleCop

Public Methods

Method Description
SolutionAnalysisHandler ( ) : MonoDevelop.Components.Commands

Initializes a new instance of the SolutionAnalysisHandler class.

Protected Methods

Method Description
Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void

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

Private Methods

Method Description
SolutionAnalysisHandler ( bool fullAnalysis ) : MonoDevelop.Components.Commands

Initializes a new instance of the SolutionAnalysisHandler class.

Method Details

SolutionAnalysisHandler() public method

Initializes a new instance of the SolutionAnalysisHandler class.
public SolutionAnalysisHandler ( ) : MonoDevelop.Components.Commands
return MonoDevelop.Components.Commands

Update() protected method

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
return void