C# Класс PredictiveCodeSuggestions.Actions.AnalyzeSolutionAction

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

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

Метод Описание
Execute ( IDataContext context, DelegateExecute nextExecute ) : void

Executes action. Called after Update, that set ActionPresentation.Enabled to true.

Update ( IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate ) : bool

Updates action visual presentation. If presentation.Enabled is set to false, Execute will not be called.

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

Метод Описание
BuildTemplates ( ) : void

Builds the templates.

BuildTemplates ( ProgressIndicator progressIndicator ) : void

Builds the templates.

FirstTime ( string fileName ) : void

Firsts the time.

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

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

Executes action. Called after Update, that set ActionPresentation.Enabled to true.
public Execute ( IDataContext context, DelegateExecute nextExecute ) : void
context IDataContext The data context
nextExecute DelegateExecute delegate to call
Результат void

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

Updates action visual presentation. If presentation.Enabled is set to false, Execute will not be called.
public Update ( IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate ) : bool
context IDataContext The DataContext
presentation ActionPresentation presentation to update
nextUpdate DelegateUpdate delegate to call
Результат bool