C# Класс Rubberduck.Refactorings.ImplementInterface.ImplementInterfaceRefactoring

Наследование: IRefactoring
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ImplementInterfaceRefactoring ( RubberduckParserState state, IActiveCodePaneEditor editor, IMessageBox messageBox ) : System
Refactor ( ) : void
Refactor ( Rubberduck.Parsing.Symbols.Declaration target ) : void
Refactor ( QualifiedSelection selection ) : void

Приватные методы

Метод Описание
AddItems ( List members ) : void
FunctionStmt ( Rubberduck.Parsing.Symbols.Declaration member ) : string
GetImplementedMembers ( ) : IEnumerable
GetInterfaceMember ( Rubberduck.Parsing.Symbols.Declaration member ) : string
GetInterfaceMembers ( ) : IEnumerable
GetMemberType ( Rubberduck.Parsing.Symbols.Declaration member ) : string
GetParameters ( Rubberduck.Parsing.Symbols.Declaration member ) : List
ImplementMissingMembers ( ) : void
PropertyGetStmt ( Rubberduck.Parsing.Symbols.Declaration member ) : string
PropertyLetStmt ( Rubberduck.Parsing.Symbols.Declaration member ) : string
PropertySetStmt ( Rubberduck.Parsing.Symbols.Declaration member ) : string
SubStmt ( Rubberduck.Parsing.Symbols.Declaration member ) : string

Описание методов

ImplementInterfaceRefactoring() публичный Метод

public ImplementInterfaceRefactoring ( RubberduckParserState state, IActiveCodePaneEditor editor, IMessageBox messageBox ) : System
state Rubberduck.Parsing.VBA.RubberduckParserState
editor IActiveCodePaneEditor
messageBox IMessageBox
Результат System

Refactor() публичный Метод

public Refactor ( ) : void
Результат void

Refactor() публичный Метод

public Refactor ( Rubberduck.Parsing.Symbols.Declaration target ) : void
target Rubberduck.Parsing.Symbols.Declaration
Результат void

Refactor() публичный Метод

public Refactor ( QualifiedSelection selection ) : void
selection Rubberduck.VBEditor.QualifiedSelection
Результат void