C# Класс PredictiveCodeSuggestions.Generators.GeneratorWrapper

Defines the GeneratorWrapper class.
Наследование: IGenerateActionWorkflow
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GeneratorWrapper System

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
GeneratorWrapper ( ) : System

Initializes static members of the GeneratorWrapper class.

Описание методов

Execute() публичный Метод

Executes the specified data context.
public Execute ( [ dataContext ) : void
dataContext [ The data context.
Результат void

GeneratorWrapper() публичный Метод

Initializes a new instance of the GeneratorWrapper class.
public GeneratorWrapper ( [ generator, double order ) : System
generator [ The generator.
order double The order.
Результат System

IsAvailable() публичный Метод

Determines whether the specified data context is available.
public IsAvailable ( [ dataContext ) : bool
dataContext [ The data context.
Результат bool

IsEnabled() публичный Метод

Determines whether the specified context is enabled.
public IsEnabled ( [ context ) : bool
context [ The context.
Результат bool