C# Class PredictiveCodeSuggestions.Generators.AssignmentGenerator

Defines the AssignmentGenerator class.
Inheritance: GeneratorBase
Afficher le fichier Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Méthodes publiques

Méthode Description
AssignmentGenerator ( AssignmentPopulator model, string text, string liveTemplate ) : PredictiveCodeSuggestions.LiveTemplates

Initializes a new instance of the AssignmentGenerator class.

CanExecute ( DataContext context ) : bool

Determines whether this instance can execute the specified data context.

Execute ( DataContext context ) : void

Executes the specified data context.

GetActionGroup ( ) : ActionGroup

Gets or sets the action group.

Méthodes protégées

Méthode Description
GetActionId ( ) : string

Gets the action id.

GetTitle ( ) : string

Gets the title.

Method Details

AssignmentGenerator() public méthode

Initializes a new instance of the AssignmentGenerator class.
public AssignmentGenerator ( AssignmentPopulator model, string text, string liveTemplate ) : PredictiveCodeSuggestions.LiveTemplates
model AssignmentPopulator The model.
text string The text.
liveTemplate string The live template.
Résultat PredictiveCodeSuggestions.LiveTemplates

CanExecute() public méthode

Determines whether this instance can execute the specified data context.
public CanExecute ( DataContext context ) : bool
context DataContext The data context.
Résultat bool

Execute() public méthode

Executes the specified data context.
public Execute ( DataContext context ) : void
context DataContext The context.
Résultat void

GetActionGroup() public méthode

Gets or sets the action group.
public GetActionGroup ( ) : ActionGroup
Résultat ActionGroup

GetActionId() protected méthode

Gets the action id.
protected GetActionId ( ) : string
Résultat string

GetTitle() protected méthode

Gets the title.
protected GetTitle ( ) : string
Résultat string