C# Class PredictiveCodeSuggestions.Actions.AutoTemplateBulb

Defines the AutoTemplateBulb class.
Inheritance: BulbActionBase
Exibir arquivo Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Private Properties

Property Type Description

Public Methods

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

Initializes a new instance of the AutoTemplateBulb class.

Protected Methods

Method Description
ExecutePsiTransaction ( [ solution, [ progress ) : Action

Executes QuickFix or ContextAction. Returns post-execute method.

Method Details

AutoTemplateBulb() public method

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.
return System

ExecutePsiTransaction() protected method

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