C# Class MonoDevelop.StyleCop.StyleCopSettingsCommandHandler

Class which handles the StyleCop settings dialog.
Inheritance: MonoDevelop.Components.Commands.CommandHandler
Afficher le fichier Open project: DarkCloud14/MonoDevelop.StyleCop

Méthodes protégées

Méthode 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 méthode

Show StyleCop settings dialog.
protected Run ( ) : void
Résultat void

Update() protected méthode

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
Résultat void