C# Class PredictiveCodeSuggestions.Generators.GeneratorWrapper

Defines the GeneratorWrapper class.
Inheritance: IGenerateActionWorkflow
Show file Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Private Properties

Property Type Description
GeneratorWrapper System

Public Methods

Method 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

Method Description
GeneratorWrapper ( ) : System

Initializes static members of the GeneratorWrapper class.

Method Details

Execute() public method

Executes the specified data context.
public Execute ( [ dataContext ) : void
dataContext [ The data context.
return void

GeneratorWrapper() public method

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

IsAvailable() public method

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

IsEnabled() public method

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