C# 클래스 PredictiveCodeSuggestions.Generators.GeneratorWrapper

Defines the GeneratorWrapper class.
상속: IGenerateActionWorkflow
파일 보기 프로젝트 열기: JakobChristensen/Resharper.PredictiveCodeSuggestions

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