C# 클래스 AgentRalph.CloneDetection.CloneDetectionReplaceContentsWithCallToBulbItem

상속: IBulbAction
파일 보기 프로젝트 열기: jbuedel/AgentRalphPlugin

공개 메소드들

메소드 설명
CloneDetectionReplaceContentsWithCallToBulbItem ( DocumentRange docRangeToReplace, string textToInsert, string bulbItemText ) : System.Collections.Generic
Execute ( ISolution solution, ITextControl textControl ) : void

메소드 상세

CloneDetectionReplaceContentsWithCallToBulbItem() 공개 메소드

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

Execute() 공개 메소드

public Execute ( ISolution solution, ITextControl textControl ) : void
solution ISolution
textControl ITextControl
리턴 void