C# Class Sizikov.AsyncSuffix.Workflows.RenameOverloadsPageDecorator

Inheritance: IRefactoringPage
Afficher le fichier Open project: asizikov/AsyncSuffix

Private Properties

Свойство Type Description
ShowSuggests void

Méthodes publiques

Méthode Description
Commit ( IProgressIndicator pi ) : IRefactoringPage
Initialize ( IProgressIndicator pi ) : bool
RefreshContents ( IProgressIndicator pi ) : bool
RenameOverloadsPageDecorator ( RenameOverloadsPageViewModel overloadsPage, List suggestions ) : System.Collections.Generic

Private Methods

Méthode Description
ShowSuggests ( ) : void

Method Details

Commit() public méthode

public Commit ( IProgressIndicator pi ) : IRefactoringPage
pi IProgressIndicator
Résultat IRefactoringPage

Initialize() public méthode

public Initialize ( IProgressIndicator pi ) : bool
pi IProgressIndicator
Résultat bool

RefreshContents() public méthode

public RefreshContents ( IProgressIndicator pi ) : bool
pi IProgressIndicator
Résultat bool

RenameOverloadsPageDecorator() public méthode

public RenameOverloadsPageDecorator ( RenameOverloadsPageViewModel overloadsPage, List suggestions ) : System.Collections.Generic
overloadsPage RenameOverloadsPageViewModel
suggestions List
Résultat System.Collections.Generic