C# Class PredictiveCodeSuggestions.Generators.GeneratorBase

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

Private Properties

Свойство Type Description
GetActionId string
GetTitle string

Méthodes publiques

Méthode Description
CanExecute ( [ context ) : bool

Determines whether this instance can execute the specified data context.

Execute ( [ context ) : void

Executes the specified data context.

GetActionGroup ( ) : ActionGroup

Gets or sets the action group.

Private Methods

Méthode Description
GetActionId ( ) : string
GetTitle ( ) : string

Method Details

CanExecute() public abstract méthode

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

Execute() public abstract méthode

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

GetActionGroup() public abstract méthode

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