C# Class MonoDevelop.StyleCop.SolutionFullAnalysisHandler

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

Public Methods

Method Description
SolutionFullAnalysisHandler ( ) : MonoDevelop.Components.Commands

Initializes a new instance of the SolutionFullAnalysisHandler class.

Protected Methods

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

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

Method Details

SolutionFullAnalysisHandler() public method

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