C# Class PredictiveCodeSuggestions.Actions.AutoTemplateBulb

Defines the AutoTemplateBulb class.
Inheritance: BulbActionBase
Afficher le fichier Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AutoTemplateBulb ( string>.Dictionary scopeParameters, AutoTemplate autoTemplate, TextRange textRange ) : System

Initializes a new instance of the AutoTemplateBulb class.

Méthodes protégées

Méthode Description
ExecutePsiTransaction ( [ solution, [ progress ) : Action

Executes QuickFix or ContextAction. Returns post-execute method.

Method Details

AutoTemplateBulb() public méthode

Initializes a new instance of the AutoTemplateBulb class.
public AutoTemplateBulb ( string>.Dictionary scopeParameters, AutoTemplate autoTemplate, TextRange textRange ) : System
scopeParameters string>.Dictionary The scope.
autoTemplate PredictiveCodeSuggestions.AutoTemplates.AutoTemplate The smart template.
textRange TextRange The document range.
Résultat System

ExecutePsiTransaction() protected méthode

Executes QuickFix or ContextAction. Returns post-execute method.
protected ExecutePsiTransaction ( [ solution, [ progress ) : Action
solution [ The solution.
progress [ The progress.
Résultat Action