C# Класс MonoDevelop.StyleCop.BaseAnalysisHandler

This class will manage the basic StyleCop functionality.
Наследование: MonoDevelop.Components.Commands.CommandHandler
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
FullAnalysis bool
TypeOfAnalysis AnalysisType

Защищенные методы

Метод Описание
BaseAnalysisHandler ( AnalysisType analysisType ) : System.Collections.Generic

Initializes a new instance of the BaseAnalysisHandler class.

BaseAnalysisHandler ( bool fullAnalysis, AnalysisType analysisType ) : System.Collections.Generic

Initializes a new instance of the BaseAnalysisHandler class.

Run ( ) : void

Starts or cancels a StyleCop analysis with the settings of it's child class.

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

Update availability of the StyleCop command for the selected project/projects in ProjectPad.

Приватные методы

Метод Описание
Analyze ( ) : void

Gathers the list of files to analyze and hands it to a ProjectOperation method which will kick off the worker thread.

Описание методов

BaseAnalysisHandler() защищенный Метод

Initializes a new instance of the BaseAnalysisHandler class.
protected BaseAnalysisHandler ( AnalysisType analysisType ) : System.Collections.Generic
analysisType AnalysisType The type of analysis this class will run.
Результат System.Collections.Generic

BaseAnalysisHandler() защищенный Метод

Initializes a new instance of the BaseAnalysisHandler class.
protected BaseAnalysisHandler ( bool fullAnalysis, AnalysisType analysisType ) : System.Collections.Generic
fullAnalysis bool Set to true if StyleCop should run a full analysis, false otherwise.
analysisType AnalysisType The type of analysis this class will run.
Результат System.Collections.Generic

Run() защищенный Метод

Starts or cancels a StyleCop analysis with the settings of it's child class.
protected Run ( ) : void
Результат void

Update() защищенный Метод

Update availability of the StyleCop command for the selected project/projects in ProjectPad.
protected Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void
info MonoDevelop.Components.Commands.CommandInfo A
Результат void

Описание свойств

FullAnalysis защищенное свойство

The value indicates whether a full analysis should be performed.
protected bool FullAnalysis
Результат bool

TypeOfAnalysis защищенное свойство

The type of the analysis. See AnalysisType for more information.
protected AnalysisType TypeOfAnalysis
Результат AnalysisType