C# Class MonoDevelop.StyleCop.StyleCopSettingsCommandHandler

Class which handles the StyleCop settings dialog.
Inheritance: MonoDevelop.Components.Commands.CommandHandler
Mostra file Open project: DarkCloud14/MonoDevelop.StyleCop

Protected Methods

Method Description
Run ( ) : void

Show StyleCop settings dialog.

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

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

Method Details

Run() protected method

Show StyleCop settings dialog.
protected Run ( ) : void
return void

Update() protected method

Update visibility of the StyleCop settings command for the selected project/projects in ProjectPad.
protected Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void
info MonoDevelop.Components.Commands.CommandInfo A
return void