C# Class PredictiveCodeSuggestions.Generators.GeneratorWrapper

Defines the GeneratorWrapper class.
Inheritance: IGenerateActionWorkflow
Afficher le fichier Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Private Properties

Свойство Type Description
GeneratorWrapper System

Méthodes publiques

Méthode Description
Execute ( [ dataContext ) : void

Executes the specified data context.

GeneratorWrapper ( [ generator, double order ) : System

Initializes a new instance of the GeneratorWrapper class.

IsAvailable ( [ dataContext ) : bool

Determines whether the specified data context is available.

IsEnabled ( [ context ) : bool

Determines whether the specified context is enabled.

Private Methods

Méthode Description
GeneratorWrapper ( ) : System

Initializes static members of the GeneratorWrapper class.

Method Details

Execute() public méthode

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

GeneratorWrapper() public méthode

Initializes a new instance of the GeneratorWrapper class.
public GeneratorWrapper ( [ generator, double order ) : System
generator [ The generator.
order double The order.
Résultat System

IsAvailable() public méthode

Determines whether the specified data context is available.
public IsAvailable ( [ dataContext ) : bool
dataContext [ The data context.
Résultat bool

IsEnabled() public méthode

Determines whether the specified context is enabled.
public IsEnabled ( [ context ) : bool
context [ The context.
Résultat bool