C# Class MonoDevelop.StyleCop.RunStyleCopOnFileHandler

Class used to handle a single file from Stylecop
Inheritance: RunStyleCopHandler
Mostrar archivo Open project: franckleveque/Stylecop-Monodevelop-Addin

Protected Methods

Method Description
GetCodeProjectList ( Microsoft.StyleCop.StyleCopConsole console ) : List

Give list of files and projects to be treated by Stylecop

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

Update availability of command

Method Details

GetCodeProjectList() protected method

Give list of files and projects to be treated by Stylecop
protected GetCodeProjectList ( Microsoft.StyleCop.StyleCopConsole console ) : List
console Microsoft.StyleCop.StyleCopConsole /// A which define the console which will treat the files ///
return List

Update() protected method

Update availability of command
protected Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void
info MonoDevelop.Components.Commands.CommandInfo /// A ///
return void