C# Class MonoDevelop.CSharp.Refactoring.CurrentRefactoryOperationsHandler

Inheritance: MonoDevelop.Components.Commands.CommandHandler
Datei anzeigen Open project: powerumc/monodevelop_korean

Protected Methods

Method Description
Run ( object dataItem ) : void
Update ( MonoDevelop.Components.Commands.CommandArrayInfo ainfo ) : void

Private Methods

Method Description
CreateFixMenu ( MonoDevelop.Ide.Gui.TextEditor editor, DocumentContext ctx, CodeActionContainer container ) : MonoDevelop.Components.Commands.CommandInfoSet
FormatFileName ( string fileName ) : string

Method Details

Run() protected method

protected Run ( object dataItem ) : void
dataItem object
return void

Update() protected method

protected Update ( MonoDevelop.Components.Commands.CommandArrayInfo ainfo ) : void
ainfo MonoDevelop.Components.Commands.CommandArrayInfo
return void