C# Class AgentRalph.CloneDetection.CloneDetectionReplaceContentsWithCallToBulbItem

Inheritance: IBulbAction
Afficher le fichier Open project: jbuedel/AgentRalphPlugin

Méthodes publiques

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

Method Details

CloneDetectionReplaceContentsWithCallToBulbItem() public méthode

public CloneDetectionReplaceContentsWithCallToBulbItem ( DocumentRange docRangeToReplace, string textToInsert, string bulbItemText ) : System.Collections.Generic
docRangeToReplace DocumentRange
textToInsert string
bulbItemText string
Résultat System.Collections.Generic

Execute() public méthode

public Execute ( ISolution solution, ITextControl textControl ) : void
solution ISolution
textControl ITextControl
Résultat void