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

Class used to handle Stylecop functions
Наследование: MonoDevelop.Components.Commands.CommandHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
RunStyleCopHandler ( ) : System

Initializes a new instance of the RunStyleCopHandler class.

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

Метод Описание
GetCodeProjectList ( Microsoft.StyleCop.StyleCopConsole console ) : List

Give list of files and projects to be treated by Stylecop

Run ( ) : void

Run the stylecop analyse on the file

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

Метод Описание
OnOutputGenerated ( object sender, Microsoft.StyleCop.OutputEventArgs args ) : void

Generate an output message for Stylecop informations messages

OnViolationEncountered ( object sender, Microsoft.StyleCop.ViolationEventArgs args ) : void

Reports violations encountered by stylecop to the error pad

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

GetCodeProjectList() защищенный абстрактный Метод

Give list of files and projects to be treated by Stylecop
protected abstract GetCodeProjectList ( Microsoft.StyleCop.StyleCopConsole console ) : List
console Microsoft.StyleCop.StyleCopConsole /// A which defines the console which will treat the files ///
Результат List

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

Run the stylecop analyse on the file
protected Run ( ) : void
Результат void

RunStyleCopHandler() публичный Метод

Initializes a new instance of the RunStyleCopHandler class.
public RunStyleCopHandler ( ) : System
Результат System