C# Class AgentRalph.CloneDetection.CloneDetectionReplaceContentsWithCallToBulbItem

Inheritance: IBulbAction
Mostrar archivo Open project: jbuedel/AgentRalphPlugin

Public Methods

Method Description
CloneDetectionReplaceContentsWithCallToBulbItem ( DocumentRange docRangeToReplace, string textToInsert, string bulbItemText ) : System.Collections.Generic
Execute ( ISolution solution, ITextControl textControl ) : void

Method Details

CloneDetectionReplaceContentsWithCallToBulbItem() public method

public CloneDetectionReplaceContentsWithCallToBulbItem ( DocumentRange docRangeToReplace, string textToInsert, string bulbItemText ) : System.Collections.Generic
docRangeToReplace DocumentRange
textToInsert string
bulbItemText string
return System.Collections.Generic

Execute() public method

public Execute ( ISolution solution, ITextControl textControl ) : void
solution ISolution
textControl ITextControl
return void