C# Class Rubberduck.Refactorings.Rename.RenameModel

Exibir arquivo Open project: retailcoder/Rubberduck Class Usage Examples

Public Methods

Method Description
PromptIfTargetImplementsInterface ( Rubberduck.Parsing.Symbols.Declaration &target ) : void
RenameModel ( VBE vbe, RubberduckParserState parseResult, QualifiedSelection selection, IMessageBox messageBox ) : System.Collections.Generic

Private Methods

Method Description
AcquireTarget ( Rubberduck.Parsing.Symbols.Declaration &target, QualifiedSelection selection ) : void

Method Details

PromptIfTargetImplementsInterface() public method

public PromptIfTargetImplementsInterface ( Rubberduck.Parsing.Symbols.Declaration &target ) : void
target Rubberduck.Parsing.Symbols.Declaration
return void

RenameModel() public method

public RenameModel ( VBE vbe, RubberduckParserState parseResult, QualifiedSelection selection, IMessageBox messageBox ) : System.Collections.Generic
vbe VBE
parseResult Rubberduck.Parsing.VBA.RubberduckParserState
selection Rubberduck.VBEditor.QualifiedSelection
messageBox IMessageBox
return System.Collections.Generic